class Gio::DBusErrorEntry
- Gio::DBusErrorEntry
- Reference
- Object
Overview
Struct used in g_dbus_error_register_error_domain().
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_error_entry.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGio::DBusErrorEntry, transfer : GICrystal::Transfer)
- .new(error_code : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #dbus_error_name : String | Nil
- #dbus_error_name!
- #error_code : Int32
- #error_code=(value : Int32)
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.