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() | |
Where the values of the options live.
1.8.6