Function
GtkFileFilterFunc
Declaration
gboolean
(*GtkFileFilterFunc)(
constGtkFileFilterInfo*filter_info,
gpointerdata
)
Description [src]
The type of function that is used with custom filters, see gtk_file_filter_add_custom().
Parameters
filter_info-
Type:
GtkFileFilterInfoA
GtkFileFilterInfothat is filled according to theneededflags passed to gtk_file_filter_add_custom().The data is owned by the caller of the function. data-
Type:
gpointerUser data passed to gtk_file_filter_add_custom().
The argument can beNULL.The data is owned by the caller of the function.
Return value
Type: gboolean
TRUE if the file should be displayed.