class Gio::DBusInterfaceInfo
- Gio::DBusInterfaceInfo
- Reference
- Object
Overview
Information about a D-Bus interface.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_interface_info.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGio::DBusInterfaceInfo, transfer : GICrystal::Transfer)
- .new(ref_count : Int32 | Nil = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #annotations : Enumerable(Gio::DBusAnnotationInfo) | Nil
- #annotations!
- #cache_build : Nil
- #cache_release : Nil
- #generate_xml(indent : UInt32, string_builder : GLib::String) : Nil
- #lookup_method(name : String) : Gio::DBusMethodInfo | Nil
- #lookup_property(name : String) : Gio::DBusPropertyInfo | Nil
- #lookup_signal(name : String) : Gio::DBusSignalInfo | Nil
- #methods : Enumerable(Gio::DBusMethodInfo) | Nil
- #methods!
- #name : String | Nil
- #name!
- #properties : Enumerable(Gio::DBusPropertyInfo) | Nil
- #properties!
- #ref : Gio::DBusInterfaceInfo
- #ref_count : Int32
- #ref_count=(value : Int32)
- #signals : Enumerable(Gio::DBusSignalInfo) | Nil
- #signals!
- #to_unsafe
- #unref : Nil
Constructor Detail
Class Method Detail
Returns the type id (GType) registered in GLib type system.
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.