Class: GVariantUnsignedIntType

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

#initializeGVariantUnsignedIntType

Returns a new instance of GVariantUnsignedIntType.



55
56
57
# File 'lib/gvariant.rb', line 55

def initialize
  super('u', 'L', 4, 4, 0)
end