#include <xlv_config.h>
Public Attributes | |
| XLV_ConfigSection * | m_section |
| XLV_ConfigKey * | m_next_key |
| pointer to the next key, may be NULL if it is the last key. | |
| guint8 * | m_keyname |
| name of the key. | |
| guint8 | m_keytype |
| type of the key. | |
| union { | |
| gpointer data | |
| guint32 i | |
| gfloat f | |
| } | m_keydata |
| data linked to the key. | |
|
|
this is a generic pointer.
|
|
|
this is a float.
|
|
|
this is an integer.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002