Method

GtkRecentInfoget_gicon

since: 2.22

Declaration [src]

GIcon*
gtk_recent_info_get_gicon (
  GtkRecentInfo* info
)

Description [src]

Retrieves the icon associated to the resource MIME type.

Available since: 2.22

Return value

Type: GIcon

A GIcon containing the icon, or NULL. Use g_object_unref() when finished using the icon.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.