gobject.type_cvalue

Module for [TypeCValue] class

Types 1

A union holding one collected value.

Fields
GTypeCValue _cInstance
Methods
void * _cPtr()
int vInt() @propertyGet `vInt` field. Returns: the field for holding integer values
void vInt(int propval) @propertySet `vInt` field. Params: propval = the field for holding integer values
glong vLong() @propertyGet `vLong` field. Returns: the field for holding long integer values
void vLong(glong propval) @propertySet `vLong` field. Params: propval = the field for holding long integer values
long vInt64() @propertyGet `vInt64` field. Returns: the field for holding 64 bit integer values
void vInt64(long propval) @propertySet `vInt64` field. Params: propval = the field for holding 64 bit integer values
double vDouble() @propertyGet `vDouble` field. Returns: the field for holding floating point values
void vDouble(double propval) @propertySet `vDouble` field. Params: propval = the field for holding floating point values
Constructors
this(void * ptr, Flag!"Take" take)