class Gio::DBusAnnotationInfo
- Gio::DBusAnnotationInfo
- Reference
- Object
Overview
Information about an annotation.
Defined in:
auto/gio-2.0/d_bus_annotation_info.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(ref_count : Int32? = nil, key : String? = nil, value : String? = nil, annotations : Enumerable(Gio::DBusAnnotationInfo)? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
- .lookup(annotations : Enumerable(Gio::DBusAnnotationInfo)?, name : String) : String?
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #annotations : Enumerable(Gio::DBusAnnotationInfo)?
- #annotations!
- #annotations=(value : Enumerable(Gio::DBusAnnotationInfo)?)
- #finalize
- #key : String?
- #key!
- #key=(value : String?)
- #ref : Gio::DBusAnnotationInfo
- #ref_count : Int32
- #ref_count=(value : Int32)
- #to_unsafe : Pointer(Void)
- #unref : Nil
- #value : String?
- #value!
- #value=(value : String?)
Constructor Detail
def self.new(ref_count : Int32? = nil, key : String? = nil, value : String? = nil, annotations : Enumerable(Gio::DBusAnnotationInfo)? = nil)
#
Class Method Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.