Method

GtkRecentFilteradd_application

since: 2.10

Declaration [src]

void
gtk_recent_filter_add_application (
  GtkRecentFilter* filter,
  const gchar* application
)

Description [src]

Adds a rule that allows resources based on the name of the application that has registered them.

Available since: 2.10

Parameters

application

Type: const gchar*

An application name.

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