Struct

GtkFileFilterInfo

Description [src]

struct GtkFileFilterInfo {
  GtkFileFilterFlags contains;
  const gchar* filename;
  const gchar* uri;
  const gchar* display_name;
  const gchar* mime_type;
}

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

Structure members
contains

Flags indicating which of the following fields need are filled.

filename

The filename of the file being tested.

uri

The URI for the file being tested.

display_name

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

mime_type

The mime type of the file.