Method

GtkFileFilterset_name

since: 2.4

Declaration [src]

void
gtk_file_filter_set_name (
  GtkFileFilter* filter,
  const gchar* name
)

Description [src]

Sets the human-readable name of the filter; this is the string that will be displayed in the file selector user interface if there is a selectable list of filters.

Available since: 2.4

Parameters

name

Type: const gchar*

The human-readable-name for the filter, or NULL to remove any existing name.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.