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()gtk.types.FileFilterFlags contains() @propertyGet `contains` field. Returns: Flags indicating which of the following fields need are filledvoid contains(gtk.types.FileFilterFlags propval) @propertySet `contains` field. Params: propval = Flags indicating which of the following fields need are filledvoid filename(string propval) @propertySet `filename` field. Params: propval = the filename of the file being testedvoid uri(string propval) @propertySet `uri` field. Params: propval = the URI for the file being testedstring displayName() @propertyGet `displayName` field. Returns: the string that will be used to display the file in the file chooservoid displayName(string propval) @propertySet `displayName` field. Params: propval = the string that will be used to display the file in the file chooservoid mimeType(string propval) @propertySet `mimeType` field. Params: propval = the mime type of the file