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/*** BEGIN file-header ***/
16#if !defined (__SECRET_INSIDE_HEADER__) && !defined (SECRET_COMPILATION)
17#error "Only <secret/secret.h> can be included directly."
18#endif
19
20#ifndef __SECRET_ENUM_TYPES_H__
21#define __SECRET_ENUM_TYPES_H__
22
23#include <glib-object.h>
24
25G_BEGIN_DECLS
26/*** END file-header ***/
27
28/*** BEGIN file-production ***/
29
30/* enumerations from "@filename@" */
31/*** END file-production ***/
32
33/*** BEGIN value-header ***/
34GType @enum_name@_get_type (void) G_GNUC_CONST;
35#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
36/*** END value-header ***/
37
38/*** BEGIN file-tail ***/
39G_END_DECLS
40
41#endif /* __SECRET_ENUM_TYPES_H__ */
42/*** END file-tail ***/
43