Use gdbus in glib, and get rid of libdbus
[platform/upstream/ibus.git] / src / ibus.h
1 /* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
2 /* vim:set et sts=4: */
3 /* ibus - The Input Bus
4  * Copyright (C) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
5  * Copyright (C) 2008-2010 Red Hat, Inc.
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the
19  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20  * Boston, MA 02111-1307, USA.
21  */
22 #ifndef __IBUS_H_
23 #define __IBUS_H_
24
25 #define __IBUS_H_INSIDE__
26
27 #include <ibusversion.h>
28 #include <ibusshare.h>
29 #include <ibusobject.h>
30 #include <ibusserializable.h>
31 #include <ibusattribute.h>
32 #include <ibusattrlist.h>
33 #include <ibustext.h>
34 #include <ibusproxy.h>
35 #include <ibusservice.h>
36 #include <ibusfactory.h>
37 #include <ibusengine.h>
38 #include <ibusproperty.h>
39 #include <ibusproplist.h>
40 #include <ibuslookuptable.h>
41 #include <ibusbus.h>
42 #include <ibuskeysyms.h>
43 #include <ibuskeymap.h>
44 #include <ibusenumtypes.h>
45 #include <ibushotkey.h>
46 #include <ibusxml.h>
47 #include <ibusenginedesc.h>
48 #include <ibusobservedpath.h>
49 #include <ibuscomponent.h>
50 #include <ibusconfig.h>
51 #include <ibusconfigservice.h>
52
53 #undef __IBUS_H_INSIDE__
54
55 #endif
56