1 | |
2 | /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ |
3 | |
4 | #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION) |
5 | #error "Only <secret/secret.h> can be included directly." |
6 | #endif |
7 | |
8 | #ifndef __SECRET_ENUM_TYPES_H__ |
9 | #define __SECRET_ENUM_TYPES_H__ |
10 | |
11 | #include <glib-object.h> |
12 | |
13 | G_BEGIN_DECLS |
14 | |
15 | /* enumerations from "libsecret/secret-collection.h" */ |
16 | GType secret_collection_flags_get_type (void) G_GNUC_CONST; |
17 | #define SECRET_TYPE_COLLECTION_FLAGS (secret_collection_flags_get_type ()) |
18 | GType secret_collection_create_flags_get_type (void) G_GNUC_CONST; |
19 | #define SECRET_TYPE_COLLECTION_CREATE_FLAGS (secret_collection_create_flags_get_type ()) |
20 | |
21 | /* enumerations from "libsecret/secret-item.h" */ |
22 | GType secret_item_flags_get_type (void) G_GNUC_CONST; |
23 | #define SECRET_TYPE_ITEM_FLAGS (secret_item_flags_get_type ()) |
24 | GType secret_item_create_flags_get_type (void) G_GNUC_CONST; |
25 | #define SECRET_TYPE_ITEM_CREATE_FLAGS (secret_item_create_flags_get_type ()) |
26 | |
27 | /* enumerations from "libsecret/secret-schema.h" */ |
28 | GType secret_schema_attribute_type_get_type (void) G_GNUC_CONST; |
29 | #define SECRET_TYPE_SCHEMA_ATTRIBUTE_TYPE (secret_schema_attribute_type_get_type ()) |
30 | GType secret_schema_flags_get_type (void) G_GNUC_CONST; |
31 | #define SECRET_TYPE_SCHEMA_FLAGS (secret_schema_flags_get_type ()) |
32 | |
33 | /* enumerations from "libsecret/secret-schemas.h" */ |
34 | GType secret_schema_type_get_type (void) G_GNUC_CONST; |
35 | #define SECRET_TYPE_SCHEMA_TYPE (secret_schema_type_get_type ()) |
36 | |
37 | /* enumerations from "libsecret/secret-service.h" */ |
38 | GType secret_service_flags_get_type (void) G_GNUC_CONST; |
39 | #define SECRET_TYPE_SERVICE_FLAGS (secret_service_flags_get_type ()) |
40 | GType secret_search_flags_get_type (void) G_GNUC_CONST; |
41 | #define SECRET_TYPE_SEARCH_FLAGS (secret_search_flags_get_type ()) |
42 | |
43 | /* enumerations from "libsecret/secret-types.h" */ |
44 | GType secret_error_get_type (void) G_GNUC_CONST; |
45 | #define SECRET_TYPE_ERROR (secret_error_get_type ()) |
46 | G_END_DECLS |
47 | |
48 | #endif /* __SECRET_ENUM_TYPES_H__ */ |
49 | |
50 | /* Generated data ends here */ |
51 | |
52 | |