1 /* vi:set et ai sw=2 sts=2 ts=2: */
2 /*-
3  * Copyright (c) 2006-2009 Jannis Pohlmann <jannis@xfce.org>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General
16  * Public License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  */
20 
21 #ifndef __GARCON_H__
22 #define __GARCON_H__
23 
24 #include <gio/gio.h>
25 
26 #define GARCON_INSIDE_GARCON_H
27 
28 #include <garcon/garcon-config.h>
29 #include <garcon/garcon-menu-directory.h>
30 #include <garcon/garcon-menu-element.h>
31 #include <garcon/garcon-environment.h>
32 #include <garcon/garcon-menu.h>
33 #include <garcon/garcon-menu-item.h>
34 #include <garcon/garcon-menu-item-action.h>
35 #include <garcon/garcon-menu-item-cache.h>
36 #include <garcon/garcon-menu-item-pool.h>
37 #include <garcon/garcon-menu-node.h>
38 #include <garcon/garcon-menu-merger.h>
39 #include <garcon/garcon-menu-parser.h>
40 #include <garcon/garcon-menu-separator.h>
41 #include <garcon/garcon-menu-tree-provider.h>
42 
43 #undef GARCON_INSIDE_GARCON_H
44 
45 #endif /* !__GARCON_H__ */
46