Method

GtkRecentFilteradd_mime_type

since: 2.10

Declaration [src]

void
gtk_recent_filter_add_mime_type (
  GtkRecentFilter* filter,
  const gchar* mime_type
)

Description [src]

Adds a rule that allows resources based on their registered MIME type.

Available since: 2.10

Parameters

mime_type

Type: const gchar*

A MIME type.

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