Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.RecentInfo

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkRecentInfo
Struct : RecentInfo
GtkRecentInfo is an opaque data structure
whose members can only be accessed using the provided API.
GtkRecentInfo constains all the meta-data
associated with an entry in the recently used files list.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.RecentChooser
Method
get_current_item () : Gtk.RecentInfo
Gets the GtkRecentInfo currently selected by chooser.
Gtk.RecentManager
Method
lookup_item (String uri) : Gtk.RecentInfo
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:19 GMT+0800 (HKT)