class Gtk::RecentData

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibGtk::RecentData, transfer : GICrystal::Transfer) #

def self.new(is_private : Bool? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def app_exec : String? #

def app_exec! #

def app_name : String? #

def app_name! #

def description : String? #

def description! #

def display_name : String? #

def display_name! #

def groups : Enumerable(String)? #

def groups! #

def is_private : Bool #

def is_private=(value : Bool) #

def mime_type : String? #

def mime_type! #

def to_unsafe #