GtkFileFilterFlags

These flags indicate what parts of a GtkFileFilterInfo struct are filled or need to be filled. GTK_FILE_FILTER_FILENAME the filename of the file being tested GTK_FILE_FILTER_URI the URI for the file being tested GTK_FILE_FILTER_DISPLAY_NAME the string that will be used to display the file in the file chooser GTK_FILE_FILTER_MIME_TYPE the mime type of the file

Values

ValueMeaning
FILENAME1 << 0
URI1 << 1
DISPLAY_NAME1 << 2
MIME_TYPE1 << 3

Meta