Method

GtkFileFilteradd_pattern

since: 2.4

Declaration [src]

void
gtk_file_filter_add_pattern (
  GtkFileFilter* filter,
  const gchar* pattern
)

Description [src]

Adds a rule allowing a shell style glob to a filter.

Available since: 2.4

Parameters

pattern

Type: const gchar*

A shell style glob.

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