Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gvaluecollector.h>
Data Fields | |
gint | v_int |
glong | v_long |
gint64 | v_int64 |
gdouble | v_double |
gpointer | v_pointer |
GTypeCValue: @v_int: the field for holding integer values @v_long: the field for holding long integer values @v_int64: the field for holding 64 bit integer values @v_double: the field for holding floating point values @v_pointer: the field for holding pointers
A union holding one collected value.
Definition at line 56 of file gvaluecollector.h.
gdouble _GTypeCValue::v_double |
Definition at line 61 of file gvaluecollector.h.
gint _GTypeCValue::v_int |
Definition at line 58 of file gvaluecollector.h.
gint64 _GTypeCValue::v_int64 |
Definition at line 60 of file gvaluecollector.h.
glong _GTypeCValue::v_long |
Definition at line 59 of file gvaluecollector.h.
gpointer _GTypeCValue::v_pointer |
Definition at line 62 of file gvaluecollector.h.