A GtkFileFilterInfo struct is used to pass information about the tested file to gtk_file_filter_filter().
Class GtkFileFilterInfo
Properties | |
contains | Flags indicating which of the following fields need are filled (GtkFileFilterFlags) |
display_name | the string that will be used to display the file in the file chooser |
filename | the filename of the file being tested |
mime_type | the mime type of the file |
uri | the URI for the file being tested |
Flags indicating which of the following fields need are filled (GtkFileFilterFlags)
Flags indicating which of the following fields need are filled (GtkFileFilterFlags)
the string that will be used to display the file in the file chooser
the string that will be used to display the file in the file chooser
the filename of the file being tested
the filename of the file being tested
the mime type of the file
the mime type of the file
the URI for the file being tested
the URI for the file being tested