Method

GtkRecentInfoget_mime_type

since: 2.10

Declaration [src]

const gchar*
gtk_recent_info_get_mime_type (
  GtkRecentInfo* info
)

Description [src]

Gets the MIME type of the resource.

Available since: 2.10

Return value

Type: const gchar*

The MIME type of the resource. The returned string is owned by the recent manager, and should not be freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.