gobject.type_cvalue

Module for [TypeCValue] class

Types 1

A union holding one collected value.

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