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() nothrow
gtk.types.FileFilterFlags contains() @property nothrowGet `contains` field. Returns: Flags indicating which of the following fields need are filled
void contains(gtk.types.FileFilterFlags propval) @property nothrowSet `contains` field. Params: propval = Flags indicating which of the following fields need are filled
string filename() @property nothrowGet `filename` field. Returns: the filename of the file being tested
void filename(string propval) @property nothrowSet `filename` field. Params: propval = the filename of the file being tested
string uri() @property nothrowGet `uri` field. Returns: the URI for the file being tested
void uri(string propval) @property nothrowSet `uri` field. Params: propval = the URI for the file being tested
string displayName() @property nothrowGet `displayName` field. Returns: the string that will be used to display the file in the file chooser
void displayName(string propval) @property nothrowSet `displayName` field. Params: propval = the string that will be used to display the file in the file chooser
string mimeType() @property nothrowGet `mimeType` field. Returns: the mime type of the file
void mimeType(string propval) @property nothrowSet `mimeType` field. Params: propval = the mime type of the file
Constructors
this(void * ptr, Flag!"Take" take)