Class: GVariantSignedLongType

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, #read

Constructor Details

#initializeGVariantSignedLongType

Returns a new instance of GVariantSignedLongType.



50
51
52
# File 'lib/gvariant.rb', line 50

def initialize
  super('x', 'q', 8, 8, 0)
end