Method

GtkRecentFilteradd_pattern

since: 2.10

Declaration [src]

void
gtk_recent_filter_add_pattern (
  GtkRecentFilter* filter,
  const gchar* pattern
)

Description [src]

Adds a rule that allows resources based on a pattern matching their display name.

Available since: 2.10

Parameters

pattern

Type: const gchar*

A file pattern.

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