RecentManager.getItems

Gets the list of recently used resources. Since 2.10

class RecentManager
getItems
()

Return Value

Type: ListG

a list of newly allocated GtkRecentInfo objects. Use gtk_recent_info_unref() on each item inside the list, and then free the list itself using g_list_free(). [element-type GtkRecentInfo][transfer full]

Meta