gobject.type_cvalue
Module for [TypeCValue] class
class TypeCValue
Types 1
classTypeCValue
A union holding one collected value.
Fields
GTypeCValue _cInstanceMethods
void * _cPtr() nothrowvoid vInt(int propval) @property nothrowSet `vInt` field. Params: propval = the field for holding integer valuesglong vLong() @property nothrowGet `vLong` field. Returns: the field for holding long integer valuesvoid vLong(glong propval) @property nothrowSet `vLong` field. Params: propval = the field for holding long integer valueslong vInt64() @property nothrowGet `vInt64` field. Returns: the field for holding 64 bit integer valuesvoid vInt64(long propval) @property nothrowSet `vInt64` field. Params: propval = the field for holding 64 bit integer valuesdouble vDouble() @property nothrowGet `vDouble` field. Returns: the field for holding floating point valuesvoid vDouble(double propval) @property nothrowSet `vDouble` field. Params: propval = the field for holding floating point values