DBus
Instance methods
signature_split(signature : String) : Array(String)
Split a DBus signature into separate types
type_to_sig(type : Bool.class) : String
Sourcetype_to_sig(type : Int16.class) : String
Sourcetype_to_sig(type : UInt16.class) : String
Sourcetype_to_sig(type : Int32.class) : String
Sourcetype_to_sig(type : UInt32.class) : String
Sourcetype_to_sig(type : Int64.class) : String
Sourcetype_to_sig(type : UInt64.class) : String
Sourcetype_to_sig(type : Float64.class) : String
Sourcetype_to_sig(type : String.class) : String
Sourcetype_to_sig(type : Variant.class) : String
Sourcevariant(value, signature : String | Nil = nil)
Source