Method

GtkFileFilterget_name

since: 2.4

Declaration [src]

const gchar*
gtk_file_filter_get_name (
  GtkFileFilter* filter
)

Description [src]

Gets the human-readable name for the filter. See gtk_file_filter_set_name().

Available since: 2.4

Return value

Type: const gchar*

The human-readable name of the filter, or NULL. This value is owned by GTK+ and must not be modified or freed.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.