Method

GtkRecentInfohas_application

since: 2.10

Declaration [src]

gboolean
gtk_recent_info_has_application (
  GtkRecentInfo* info,
  const gchar* app_name
)

Description [src]

Checks whether an application registered this resource using app_name.

Available since: 2.10

Parameters

app_name

Type: const gchar*

A string containing an application name.

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

Return value

Type: gboolean

TRUE if an application with name app_name was found, FALSE otherwise.