class Gtk::RecentInfo
- Gtk::RecentInfo
- Reference
- Object
Overview
Gtk::RecentInfo
contains the metadata associated with an item in the
recently used files list.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/recent_info.crConstructors
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #added : GLib::DateTime
- #age : Int32
- #application_info(app_name : String, app_exec : String, count : UInt32, stamp : GLib::DateTime) : Bool
- #applications : Enumerable(String)
- #create_app_info(app_name : String | Nil) : Gio::AppInfo | Nil
- #description : String
- #display_name : String
- #exists : Bool
- #finalize
- #gicon : Gio::Icon | Nil
- #groups : Enumerable(String)
- #has_application(app_name : String) : Bool
- #has_group(group_name : String) : Bool
- #is_local : Bool
- #last_application : String
- #match(info_b : Gtk::RecentInfo) : Bool
- #mime_type : String
- #modified : GLib::DateTime
- #private_hint : Bool
- #ref : Gtk::RecentInfo
- #short_name : String
- #to_unsafe : Pointer(Void)
- #unref : Nil
- #uri : String
- #uri_display : String | Nil
- #visited : GLib::DateTime
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.