This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
| enum | Types { Y_BOOLEAN, Y_CHAR, Y_DOUBLE, Y_FLOAT, Y_INT, Y_INT64, Y_LONG, Y_OBJECT, Y_STRING, Y_UCHAR, Y_UINT, Y_UINT64, Y_ULONG, Y_COUNT } |
| SECTION:xml-common : Definitions for xml<->glib typing. More... | |
Variables | |
| static const char *const | type_names [Y_COUNT] |
| static const GType | type_gtypes [Y_COUNT] |
|
|
SECTION:xml-common : Definitions for xml<->glib typing. These arrays help to get a GType for a type string from xml file and vice versa.
Definition at line 33 of file xml-common.h. |
|
|
Initial value: {
G_TYPE_BOOLEAN,
G_TYPE_CHAR,
G_TYPE_DOUBLE,
G_TYPE_FLOAT,
G_TYPE_INT,
G_TYPE_INT64,
G_TYPE_LONG,
G_TYPE_OBJECT,
G_TYPE_STRING,
G_TYPE_UCHAR,
G_TYPE_UINT,
G_TYPE_UINT64,
G_TYPE_ULONG
}
Definition at line 66 of file xml-common.h. Referenced by _alarmd_object_real_to_xml(), _alarmd_queue_to_xml(), and elements_to_parameters(). |
|
|
Initial value: {
"boolean",
"char",
"double",
"float",
"int",
"int64",
"long",
"object",
"string",
"uchar",
"uint",
"uint64",
"ulong",
}
Definition at line 50 of file xml-common.h. Referenced by _alarmd_object_real_to_xml(), and _alarmd_queue_to_xml(). |
1.4.2