gsignond first release 0.0.1
[profile/ivi/gsignond.git] / src / daemon / gsignond-identity-enum-types.c
1
2 /* Generated data (by glib-mkenums) */
3
4 #include "gsignond-identity-enum-types.h"
5 /* enumerations from "gsignond-identity.h" */
6 #include "gsignond-identity.h"
7
8 GType
9 gsignond_identity_change_type_get_type (void)
10 {
11     static GType the_type = 0;
12
13     if (the_type == 0) {
14         static const GEnumValue values[] = {
15             { GSIGNOND_IDENTITY_DATA_UPDATED, "GSIGNOND_IDENTITY_DATA_UPDATED", "data-updated" },
16             { GSIGNOND_IDENTITY_REMOVED, "GSIGNOND_IDENTITY_REMOVED", "removed" },
17             { GSIGNOND_IDENTITY_SIGNED_OUT, "GSIGNOND_IDENTITY_SIGNED_OUT", "signed-out" },
18             {0, NULL, NULL}
19         };
20
21         the_type = g_enum_register_static (
22                         g_intern_static_string ("GSignondIdentityChangeType"),
23                         values);
24     }
25
26     return the_type;
27 }
28
29 /* Generated data ends here */
30