Method

GtkRecentFilteradd_group

since: 2.10

Declaration [src]

void
gtk_recent_filter_add_group (
  GtkRecentFilter* filter,
  const gchar* group
)

Description [src]

Adds a rule that allows resources based on the name of the group to which they belong.

Available since: 2.10

Parameters

group

Type: const gchar*

A group name.

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