GtkFileFilterInfo

A #GtkFileFilterInfo-struct is used to pass information about the tested file to gtk_file_filter_filter().

Members

Variables

contains
GtkFileFilterFlags contains;

Flags indicating which of the following fields need are filled

displayName
const(char)* displayName;

the string that will be used to display the file in the file chooser

filename
const(char)* filename;

the filename of the file being tested

mimeType
const(char)* mimeType;

the mime type of the file

uri
const(char)* uri;

the URI for the file being tested

Meta