RecentFilterFunc
Description:
[ CCode ( instance_pos = 1.9 ) ]
public delegate bool RecentFilterFunc (RecentFilterInfo filter_info)
public delegate bool RecentFilterFunc (RecentFilterInfo filter_info)
The type of function that is used with custom filters, see add_custom.
Parameters:
filter_info |
a RecentFilterInfo that is filled according to the |
user_data |
user data passed to add_custom |
Returns:
true if the file should be displayed |
Namespace: Gtk
Package: gtk+-3.0