Method

GtkRecentInfolast_application

since: 2.10

Declaration [src]

gchar*
gtk_recent_info_last_application (
  GtkRecentInfo* info
)

Description [src]

Gets the name of the last application that have registered the recently used resource represented by info.

Available since: 2.10

Return value

Type: gchar*

An application name. Use g_free() to free it.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.