Class: GVariantUnsignedLongType

Inherits:
GVariantBasicType show all
Defined in:
lib/gvariant.rb

Instance Attribute Summary

Attributes inherited from GVariantBasicType

#alignment, #default_value, #fixed_size, #id

Instance Method Summary collapse

Methods inherited from GVariantBasicType

#align, #pad, #read, #write

Constructor Details

#initializeGVariantUnsignedLongType

Returns a new instance of GVariantUnsignedLongType.



67
68
69
# File 'lib/gvariant.rb', line 67

def initialize
  super('t', 'Q', 8, 8, 0)
end