Method

GtkFileFilterset_name

Declaration [src]

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

Description [src]

Sets a human-readable name of the filter.

This is the string that will be displayed in the user interface if there is a selectable list of filters.

Sets propertyGtk.FileFilter:name

Parameters

name

Type: const char*

The human-readable name for the filter.

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