Method

GtkRecentFilterset_name

since: 2.10

Declaration [src]

void
gtk_recent_filter_set_name (
  GtkRecentFilter* filter,
  const gchar* name
)

Description [src]

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

Available since: 2.10

Parameters

name

Type: const gchar*

Then human readable name of filter.

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