Update package group and some updated autogenerated files
[profile/ivi/libgsignon-glib.git] / libgsignon-glib / signon-enum-types.c
1
2
3
4 #include "signon-enum-types.h"
5 #include "signon-identity-info.h"
6 #include "signon-auth-session.h"
7 #define g_intern_static_string(s) (s)
8
9 /* enumerations from "signon-auth-session.h" */
10 GType
11 signon_session_data_ui_policy_get_type (void)
12 {
13   static GType etype = 0;
14   if (etype == 0) {
15     static const GEnumValue values[] = {
16       { SIGNON_POLICY_DEFAULT, "SIGNON_POLICY_DEFAULT", "default" },
17       { SIGNON_POLICY_REQUEST_PASSWORD, "SIGNON_POLICY_REQUEST_PASSWORD", "request-password" },
18       { SIGNON_POLICY_NO_USER_INTERACTION, "SIGNON_POLICY_NO_USER_INTERACTION", "no-user-interaction" },
19       { SIGNON_POLICY_VALIDATION, "SIGNON_POLICY_VALIDATION", "validation" },
20       { 0, NULL, NULL }
21     };
22     etype = g_enum_register_static (g_intern_static_string ("SignonSessionDataUiPolicy"), values);
23   }
24   return etype;
25 }
26
27 /* enumerations from "signon-identity-info.h" */
28 GType
29 signon_identity_type_get_type (void)
30 {
31   static GType etype = 0;
32   if (etype == 0) {
33     static const GFlagsValue values[] = {
34       { SIGNON_IDENTITY_TYPE_OTHER, "SIGNON_IDENTITY_TYPE_OTHER", "other" },
35       { SIGNON_IDENTITY_TYPE_APP, "SIGNON_IDENTITY_TYPE_APP", "app" },
36       { SIGNON_IDENTITY_TYPE_WEB, "SIGNON_IDENTITY_TYPE_WEB", "web" },
37       { SIGNON_IDENTITY_TYPE_NETWORK, "SIGNON_IDENTITY_TYPE_NETWORK", "network" },
38       { 0, NULL, NULL }
39     };
40     etype = g_flags_register_static (g_intern_static_string ("SignonIdentityType"), values);
41   }
42   return etype;
43 }
44
45 #define __SIGNON_ENUM_TYPES_C__
46
47
48