1 /* libsecret - GLib wrapper for Secret Service
2  *
3  * Copyright 2012 Red Hat Inc.
4  *
5  * This program is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU Lesser General Public License as published
7  * by the Free Software Foundation; either version 2.1 of the licence or (at
8  * your option) any later version.
9  *
10  * See the included COPYING file for more information.
11  *
12  * Author: Stef Walter <stefw@gnome.org>
13  */
14 
15 /* Generated data (by glib-mkenums) */
16 
17 #if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
18 #error "Only <secret/secret.h> can be included directly."
19 #endif
20 
21 #ifndef __SECRET_ENUM_TYPES_H__
22 #define __SECRET_ENUM_TYPES_H__
23 
24 #include <glib-object.h>
25 
26 G_BEGIN_DECLS
27 
28 /* enumerations from "secret-collection.h" */
29 GType secret_collection_flags_get_type (void) G_GNUC_CONST;
30 #define SECRET_TYPE_COLLECTION_FLAGS (secret_collection_flags_get_type ())
31 GType secret_collection_create_flags_get_type (void) G_GNUC_CONST;
32 #define SECRET_TYPE_COLLECTION_CREATE_FLAGS (secret_collection_create_flags_get_type ())
33 
34 /* enumerations from "secret-item.h" */
35 GType secret_item_flags_get_type (void) G_GNUC_CONST;
36 #define SECRET_TYPE_ITEM_FLAGS (secret_item_flags_get_type ())
37 GType secret_item_create_flags_get_type (void) G_GNUC_CONST;
38 #define SECRET_TYPE_ITEM_CREATE_FLAGS (secret_item_create_flags_get_type ())
39 
40 /* enumerations from "secret-schema.h" */
41 GType secret_schema_attribute_type_get_type (void) G_GNUC_CONST;
42 #define SECRET_TYPE_SCHEMA_ATTRIBUTE_TYPE (secret_schema_attribute_type_get_type ())
43 GType secret_schema_flags_get_type (void) G_GNUC_CONST;
44 #define SECRET_TYPE_SCHEMA_FLAGS (secret_schema_flags_get_type ())
45 
46 /* enumerations from "secret-service.h" */
47 GType secret_service_flags_get_type (void) G_GNUC_CONST;
48 #define SECRET_TYPE_SERVICE_FLAGS (secret_service_flags_get_type ())
49 GType secret_search_flags_get_type (void) G_GNUC_CONST;
50 #define SECRET_TYPE_SEARCH_FLAGS (secret_search_flags_get_type ())
51 
52 /* enumerations from "secret-types.h" */
53 GType secret_error_get_type (void) G_GNUC_CONST;
54 #define SECRET_TYPE_ERROR (secret_error_get_type ())
55 G_END_DECLS
56 
57 #endif /* __SECRET_ENUM_TYPES_H__ */
58 
59 /* Generated data ends here */
60 
61