class Gtk::RecentData
- Gtk::RecentData
- Reference
- Object
Overview
Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/recent_data.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGtk::RecentData, transfer : GICrystal::Transfer)
- .new(is_private : Bool? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #app_exec : String?
- #app_exec!
- #app_name : String?
- #app_name!
- #description : String?
- #description!
- #display_name : String?
- #display_name!
- #groups : Enumerable(String)?
- #groups!
- #is_private : Bool
- #is_private=(value : Bool)
- #mime_type : String?
- #mime_type!
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.