gtkRecentManagerLookupItem {RGtk2} | R Documentation |
Searches for a URI inside the recently used resources list, and returns a structure containing informations about the resource like its MIME type, or its display name.
gtkRecentManagerLookupItem(object, uri, .errwarn = TRUE)
|
[GtkRecentManager ] a GtkRecentManager |
|
[character] a URI |
.errwarn |
Whether to issue a warning on error or fail silently |
Since 2.10
A list containing the following elements:
retval |
[GtkRecentInfo ] a GtkRecentInfo structure containing information
about the resource pointed by uri , or NULL if the URI was
not registered in the recently used resources list. Free with
gtkRecentInfoUnref . |
|
[GError ] a return location for a GError , or NULL |
Derived by RGtkGen from GTK+ documentation