QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
qev_cfg_valptr Union Reference

Where the values of the options live. More...

#include <config.h>

Public Attributes

gboolean * bool
 A boolean.
 
gint64 * i64
 Signed, 64bit integer.
 
guint64 * ui64
 Unsigned, 64bit integer.
 
gdouble * dbl
 A double.
 
gchar ** str
 A value that can be freed with g_free()
 
gchar *** strv
 A value that can be freed with g_strfreev()
 

Detailed Description

Where the values of the options live.


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