Method

GtkRecentFilterget_name

since: 2.10

Declaration [src]

const gchar*
gtk_recent_filter_get_name (
  GtkRecentFilter* filter
)

Description [src]

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

Available since: 2.10

Return value

Type: const gchar*

The name of the filter, or NULL. The returned string is owned by the filter object and should not be freed.

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