FileFilterFunc


Description:

[ CCode ( instance_pos = 1.9 ) ]
public delegate bool FileFilterFunc (FileFilterInfo filter_info)

The type of function that is used with custom filters, see add_custom.

Parameters:

filter_info

a FileFilterInfo that is filled according to the needed flags passed to add_custom

data

user data passed to add_custom

Returns:

true if the file should be displayed


Namespace: Gtk
Package: gtk+-3.0