[go: up one dir, main page]

File: tmpl-glib.h

package info (click to toggle)
template-glib 3.38.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: ansic: 6,774; yacc: 288; lex: 237; javascript: 16; makefile: 14; python: 12
file content (42 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download | duplicates (5)
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
35
36
37
38
39
40
41
42
/* tmpl-glib.h
 *
 * Copyright (C) 2016 Christian Hergert <chergert@redhat.com>
 *
 * This file is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This file 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 General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef TMPL_GLIB_H
#define TMPL_GLIB_H

#include <gio/gio.h>

G_BEGIN_DECLS

#define TMPL_GLIB_INSIDE
# include "tmpl-debug.h"
# include "tmpl-enums.h"
# include "tmpl-error.h"
# include "tmpl-expr.h"
# include "tmpl-expr-types.h"
# include "tmpl-scope.h"
# include "tmpl-symbol.h"
# include "tmpl-template.h"
# include "tmpl-template-locator.h"
# include "tmpl-version.h"
# include "tmpl-version-macros.h"
#undef TMPL_GLIB_INSIDE

G_END_DECLS

#endif /* TMPL_GLIB_H */