_Value__data__union
union _Value__data__union {
}
- vDouble
double vDouble;
- vFloat
float vFloat;
- vInt
int vInt;
- vInt64
long vInt64;
- vLong
glong vLong;
- vPointer
void* vPointer;
- vUint
uint vUint;
- vUint64
ulong vUint64;
- vUlong
gulong vUlong;
gobject c types
aliasesenumsstructsunions