class Gio::DBusErrorEntry

Overview

Struct used in g_dbus_error_register_error_domain().

Defined in:

lib/gi-crystal/src/auto/gio-2.0/d_bus_error_entry.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(data : LibGio::DBusErrorEntry, transfer : GICrystal::Transfer) #

[View source]
def self.new(error_code : Int32 | Nil = nil) #

[View source]

Instance Method Detail

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

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


[View source]
def dbus_error_name : String | Nil #

[View source]
def dbus_error_name! #

[View source]
def error_code : Int32 #

[View source]
def error_code=(value : Int32) #

[View source]
def to_unsafe #

[View source]