Creates a Gio.AppInfo for the specified Gtk.RecentInfo
the name of the application that should be mapped to a Gio.AppInfo; if null is used then the default application for the MIME type is used
the newly created Gio.AppInfo, or null. In case of error, error will be set either with a GTK_RECENT_MANAGER_ERROR or a G_IO_ERROR
Since 2.10existsSince 2.10get_Since 2.10get_Since 2.10get_Gets the data regarding the application that has registered the resource
pointed by info.
If the command line contains any escape characters defined inside the storage specification, they will be expanded.
the name of the application that has registered this item
true if an application with app_name has registered this resource inside the recently used list, or false otherwise. The app_exec string is owned by the Gtk.RecentInfo and should not be modified or freed
Since 2.10get_Since 2.10get_Since 2.10get_Since 2.22get_Since 2.10get_Since 2.10get_Retrieves the icon of size size associated to the resource MIME type.
the size of the icon in pixels
a GdkPixbuf.Pixbuf containing the icon, or null. Use g_object_unref() when finished using the icon.
Since 2.10get_Since 2.10get_Since 2.10get_Since 2.10get_Since 2.10get_Since 2.10get_Gets a displayable version of the resource’s URI. If the resource
is local, it returns a local path; if the resource is not local,
it returns the UTF-8 encoded content of gtk_recent_info_get_uri().
a newly allocated UTF-8 string containing the resource’s URI or null. Use g_free() when done using it.
Since 2.10get_Since 2.10has_Since 2.10has_Since 2.10is_Since 2.10last_Since 2.10matchChecks whether two Gtk.RecentInfo-struct point to the same resource.
true if both Gtk.RecentInfo-struct point to the same resource, false otherwise
Since 2.10refIncreases the reference count of recent_info by one.
the recent info object with its reference count increased by one
Since 2.10unref
Gtk.RecentInfo-struct contains private data only, and should be accessed using the provided API.
Gtk.RecentInfo constains all the meta-data associated with an entry in the recently used files list.
Since
2.10