Class: GVariantDoubleType

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

#initializeGVariantDoubleType

Returns a new instance of GVariantDoubleType.



73
74
75
# File 'lib/gvariant.rb', line 73

def initialize
  super('d', 'd', 8, 8, 0.0)
end