gtk.recent_filter_info

Module for [RecentFilterInfo] class

Types 1

A GtkRecentFilterInfo struct is used to pass information about the tested file to [gtk.recent_filter.RecentFilter.filter].

Fields
Methods
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.
string uri() @propertyGet `uri` field. Returns: The URI of the file being tested.
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.
string mimeType() @propertyGet `mimeType` field. Returns: MIME type of the file.
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.
Constructors
this(void * ptr, Flag!"Take" take)