Class: GVariantSignedIntType

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

#initializeGVariantSignedIntType

Returns a new instance of GVariantSignedIntType.



38
39
40
# File 'lib/gvariant.rb', line 38

def initialize
  super('i', 'l', 4, 4, 0)
end