summaryrefslogtreecommitdiffstats
path: root/src/ibusconnection.h
diff options
context:
space:
mode:
authordchen@redhat.com <dchen@dchen.redhat.com>2009-03-27 14:17:35 +1000
committerdchen@redhat.com <dchen@dchen.redhat.com>2009-03-27 14:17:35 +1000
commite3fe226e2ddbe7754ed9cb0c60301e4959075eb1 (patch)
tree1ead0c2c0db0064775afbdaf24f7a6639cacc8ff /src/ibusconnection.h
parent7c6b337ece598b5c0cf9c92b0888b45f8770ff83 (diff)
downloadibus-e3fe226e2ddbe7754ed9cb0c60301e4959075eb1.tar.gz
ibus-e3fe226e2ddbe7754ed9cb0c60301e4959075eb1.tar.xz
ibus-e3fe226e2ddbe7754ed9cb0c60301e4959075eb1.zip
API-DOC and Fix iBus Google issue 320.
Diffstat (limited to 'src/ibusconnection.h')
-rw-r--r--src/ibusconnection.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ibusconnection.h b/src/ibusconnection.h
index 5a8e099..7ebf6e6 100644
--- a/src/ibusconnection.h
+++ b/src/ibusconnection.h
@@ -17,6 +17,15 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+/**
+ * SECTION: ibusconnection
+ * @short_description: DBusConnection wrapper.
+ * @see_also: <ulink url="http://dbus.freedesktop.org/doc/api/html/structDBusConnection.html">DBusConnection</ulink>
+ *
+ * An IBusConnection provides DBusConnection wrapper.
+ * It can be used to connect to either dBus or iBus daemon.
+ */
+
#ifndef __IBUS_CONNECTION_H_
#define __IBUS_CONNECTION_H_