gtk.file_filter_info

Module for [FileFilterInfo] class

Types 1

A #GtkFileFilterInfo-struct is used to pass information about the tested file to [gtk.file_filter.FileFilter.filter].

Fields
Methods
void * _cPtr()
gtk.types.FileFilterFlags contains() @propertyGet `contains` field. Returns: Flags indicating which of the following fields need are filled
void contains(gtk.types.FileFilterFlags propval) @propertySet `contains` field. Params: propval = Flags indicating which of the following fields need are filled
string filename() @propertyGet `filename` field. Returns: the filename of the file being tested
void filename(string propval) @propertySet `filename` field. Params: propval = the filename of the file being tested
string uri() @propertyGet `uri` field. Returns: the URI for the file being tested
void uri(string propval) @propertySet `uri` field. Params: propval = the URI for the file being tested
string displayName() @propertyGet `displayName` field. Returns: the string that will be used to display the file in the file chooser
void displayName(string propval) @propertySet `displayName` field. Params: propval = the string that will be used to display the file in the file chooser
string mimeType() @propertyGet `mimeType` field. Returns: the mime type of the file
void mimeType(string propval) @propertySet `mimeType` field. Params: propval = the mime type of the file
Constructors
this(void * ptr, Flag!"Take" take)