RecentFilter.filter

Tests whether a file should be displayed according to filter. The GtkRecentFilterInfo structure filter_info should include the fields returned from gtk_recent_filter_get_needed(). This function will not typically be used by applications; it is intended principally for use in the implementation of GtkRecentChooser. Since 2.10

class RecentFilter
int
filter

Parameters

filterInfo GtkRecentFilterInfo*

a GtkRecentFilterInfo structure containing information about a recently used resource

Return Value

Type: int

TRUE if the file should be displayed

Meta