gtk.recent_filter_info
Module for [RecentFilterInfo] class
class RecentFilterInfo
Types 1
classRecentFilterInfo
A GtkRecentFilterInfo struct is used to pass information about the tested file to [gtk.recent_filter.RecentFilter.filter].
Fields
GtkRecentFilterInfo _cInstanceMethods
void * _cPtr()gtk.types.RecentFilterFlags contains() @propertyGet `contains` field. Returns: #GtkRecentFilterFlags to indicate which fields are set.void contains(gtk.types.RecentFilterFlags propval) @propertySet `contains` field. Params: propval = #GtkRecentFilterFlags to indicate which fields are set.void uri(string propval) @propertySet `uri` field. Params: propval = The URI of the file being tested.string displayName() @propertyGet `displayName` field. Returns: The string that will be used to display the file in the recent chooser.void displayName(string propval) @propertySet `displayName` field. Params: propval = The string that will be used to display the file in the recent chooser.void mimeType(string propval) @propertySet `mimeType` field. Params: propval = MIME type of the file.int age() @propertyGet `age` field. Returns: The number of days elapsed since the file has been registered.void age(int propval) @propertySet `age` field. Params: propval = The number of days elapsed since the file has been registered.