Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GTypeCValue Union Reference

#include <gvaluecollector.h>

Data Fields

gint v_int
 
glong v_long
 
gint64 v_int64
 
gdouble v_double
 
gpointer v_pointer
 

Detailed Description

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.

Field Documentation

◆ v_double

gdouble _GTypeCValue::v_double

Definition at line 61 of file gvaluecollector.h.

◆ v_int

gint _GTypeCValue::v_int

Definition at line 58 of file gvaluecollector.h.

◆ v_int64

gint64 _GTypeCValue::v_int64

Definition at line 60 of file gvaluecollector.h.

◆ v_long

glong _GTypeCValue::v_long

Definition at line 59 of file gvaluecollector.h.

◆ v_pointer

gpointer _GTypeCValue::v_pointer

Definition at line 62 of file gvaluecollector.h.


The documentation for this union was generated from the following file: