summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-daemon.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-04-21 18:28:18 +1000
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-04-28 16:59:36 +1000
commite08949b37276142e06bc5b01fad78ed74634623d (patch)
tree108537d8b38f3b734d8aef8ae3689b95923d9f78 /telepathy-glib/dbus-daemon.c
parentd53dce35bd40980ccae5d12bf4fef776c1c2e123 (diff)
downloadtelepathy-glib-e08949b37276142e06bc5b01fad78ed74634623d.tar.gz
Remove DBusGLib-1.0.gir requirement
No one has DBusGLib-1.0.gir, it doesn't ship. It's not at all crucial for tp-glib, you can do everything you need to do with a TpDBusDaemon. This patch removes the requirement for it and (skip)s any functions that pass dbus-glib types as parameters or returns. This currently breaks the build due to https://bugzilla.gnome.org/show_bug.cgi?id=616375 -- which makes it impossible to skip a GObject property, and thus one mention of DBusGConnection appears in the GIR. You can remove this by hand and rerun 'make' and things will be fine.
Diffstat (limited to 'telepathy-glib/dbus-daemon.c')
-rw-r--r--telepathy-glib/dbus-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus-daemon.c b/telepathy-glib/dbus-daemon.c
index 7c63b1302..2627a81f0 100644
--- a/telepathy-glib/dbus-daemon.c
+++ b/telepathy-glib/dbus-daemon.c
@@ -120,7 +120,7 @@ tp_dbus_daemon_dup (GError **error)
}
/**
- * tp_dbus_daemon_new:
+ * tp_dbus_daemon_new: (skip)
* @connection: a connection to D-Bus
*
* Returns a proxy for signals and method calls on a particular bus