type Gtk_Recent_Info is new Glib.C_Boxed with null record;
subtype time_t is Long_Integer;
Null_Gtk_Recent_Info : constant Gtk_Recent_Info;
function From_Object
( | Object | : System.Address) return Gtk_Recent_Info; |
function From_Object_Free
( | B | : access Gtk_Recent_Info'Class) return Gtk_Recent_Info; |
function Get_Type return Glib.GType;
function Create_App_Info
( | Self | : Gtk_Recent_Info; |
App_Name | : UTF8_String := "") return Glib.GApp_Info; |
function Exists
( | Self | : Gtk_Recent_Info) return Boolean; |
function Get_Added
( | Self | : Gtk_Recent_Info) return time_t; |
function Get_Age
( | Self | : Gtk_Recent_Info) return Gint; |
function Get_Description
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Get_Display_Name
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Get_Gicon
( | Self | : Gtk_Recent_Info) return Glib.G_Icon.G_Icon; |
function Get_Icon
( | Self | : Gtk_Recent_Info; |
Size | : Gint) return Gdk.Pixbuf.Gdk_Pixbuf; |
function Get_Mime_Type
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Get_Modified
( | Self | : Gtk_Recent_Info) return time_t; |
function Get_Private_Hint
( | Self | : Gtk_Recent_Info) return Boolean; |
function Get_Short_Name
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Get_Uri
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Get_Uri_Display
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Get_Visited
( | Self | : Gtk_Recent_Info) return time_t; |
function Has_Application
( | Self | : Gtk_Recent_Info; |
App_Name | : UTF8_String) return Boolean; |
function Has_Group
( | Self | : Gtk_Recent_Info; |
Group_Name | : UTF8_String) return Boolean; |
function Is_Local
( | Self | : Gtk_Recent_Info) return Boolean; |
function Last_Application
( | Self | : Gtk_Recent_Info) return UTF8_String; |
function Match
( | Self | : Gtk_Recent_Info; |
Info_B | : Gtk_Recent_Info) return Boolean; |
procedure Ref
( | Self | : Gtk_Recent_Info); |
procedure Unref
( | Self | : Gtk_Recent_Info); |
Gtk.Recent_Info.Gtk_Recent_Info is an opaque data structure whose members can only be accessed using the provided API.
Gtk.Recent_Info.Gtk_Recent_Info constains all the meta-data associated with an entry in the recently used files list.