class Gio::DBusArgInfo
- Gio::DBusArgInfo
- Reference
- Object
Overview
Information about an argument for a method or a signal.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_arg_info.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGio::DBusArgInfo, transfer : GICrystal::Transfer)
- .new(ref_count : Int32? = 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)?
- #annotations!
- #name : String?
- #name!
- #ref : Gio::DBusArgInfo
- #ref_count : Int32
- #ref_count=(value : Int32)
- #signature : String?
- #signature!
- #to_unsafe
- #unref : Nil
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.