Enumeration

GtkFileFilterFlags

Declaration

flags Gtk.FileFilterFlags

Description [src]

These flags indicate what parts of a GtkFileFilterInfo struct are filled or need to be filled.

Members

Name Description
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.