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: GtkFileFilterFlags

Flags indicating which of the following fields need are filled.

filename: const gchar*

The filename of the file being tested.

uri: const gchar*

The URI for the file being tested.

display_name: const gchar*

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

mime_type: const gchar*

The mime type of the file.