gtk.file_filter_info
Module for [FileFilterInfo] class
class FileFilterInfo
Types 1
classFileFilterInfo
A #GtkFileFilterInfo-struct is used to pass information about the tested file to gtk.file_filter.FileFilter.filter.
Fields
GtkFileFilterInfo _cInstanceMethods
void * _cPtr() nothrowgtk.types.FileFilterFlags contains() @property nothrowGet `contains` field. Returns: Flags indicating which of the following fields need are filledvoid contains(gtk.types.FileFilterFlags propval) @property nothrowSet `contains` field. Params: propval = Flags indicating which of the following fields need are filledstring filename() @property nothrowGet `filename` field. Returns: the filename of the file being testedvoid filename(string propval) @property nothrowSet `filename` field. Params: propval = the filename of the file being testedvoid uri(string propval) @property nothrowSet `uri` field. Params: propval = the URI for the file being testedstring displayName() @property nothrowGet `displayName` field. Returns: the string that will be used to display the file in the file chooservoid displayName(string propval) @property nothrowSet `displayName` field. Params: propval = the string that will be used to display the file in the file chooservoid mimeType(string propval) @property nothrowSet `mimeType` field. Params: propval = the mime type of the file