summaryrefslogtreecommitdiff
path: root/src/libical-glib/tools/header-header-template
blob: 9dde6369d2396f44827fede0936241c2e6cd6678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* Generated file (by generator) */

/*
 * Copyright (C) 2015 William Yu <williamyu@gnome.org>
 *
 * This library is free software: you can redistribute it and/or modify it
 * under the terms of version 2.1. of the GNU Lesser General Public License
 * as published by the Free Software Foundation.
 *
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
 * for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this library. If not, see <https://www.gnu.org/licenses/>.
 */

#ifndef LIBICAL_GLIB_H
#define LIBICAL_GLIB_H

#include <glib-object.h>

#if !defined(LIBICAL_GLIB_UNSTABLE_API) && !defined(LIBICAL_GLIB_COMPILATION)
#error "Define LIBICAL_GLIB_UNSTABLE_API, to indicate it's understood the libical-glib API is currently unstable"
#endif

#define __LIBICAL_GLIB_H_INSIDE__

#include <libical-glib/i-cal-forward-declarations.h>
${allHeaders}
#undef __LIBICAL_GLIB_H_INSIDE__

#endif /* LIBICAL_GLIB_H */