gtk-d ~master (2021-12-27T01:42:50.7039388)
Dub
Repo
_Value__data__union.__anonymous
gobject
c
types
_Value__data__union
Undocumented in source.
struct
_Value__data__union
union
__anonymous {
int
vInt
;
uint
vUint
;
glong
vLong
;
gulong
vUlong
;
long
vInt64
;
ulong
vUint64
;
float
vFloat
;
double
vDouble
;
void
*
vPointer
;
}
Members
Variables
vDouble
double
vDouble
;
Undocumented in source.
vFloat
float
vFloat
;
Undocumented in source.
vInt
int
vInt
;
Undocumented in source.
vInt64
long
vInt64
;
Undocumented in source.
vLong
glong
vLong
;
Undocumented in source.
vPointer
void
*
vPointer
;
Undocumented in source.
vUint
uint
vUint
;
Undocumented in source.
vUint64
ulong
vUint64
;
Undocumented in source.
vUlong
gulong
vUlong
;
Undocumented in source.
Meta
Source
See Implementation
gobject
c
types
_Value__data__union
unions
__anonymous