summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.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.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.c')
-rw-r--r--telepathy-glib/dbus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 3aee1375c..4c6b05b18 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -78,7 +78,7 @@
/* (#define + static inline in dbus.h) */
/**
- * tp_dbus_g_method_return_not_implemented:
+ * tp_dbus_g_method_return_not_implemented: (skip)
* @context: The D-Bus method invocation context
*
* Return the Telepathy error NotImplemented from the method invocation
@@ -106,7 +106,7 @@ _tp_dbus_starter_bus_conn (GError **error)
}
/**
- * tp_get_bus:
+ * tp_get_bus: (skip)
*
* Returns a connection to the D-Bus daemon on which this process was
* activated if it was launched by D-Bus service activation, or the session
@@ -138,7 +138,7 @@ tp_get_bus (void)
}
/**
- * tp_get_bus_proxy:
+ * tp_get_bus_proxy: (skip)
*
* Return a #DBusGProxy for the bus daemon object. The same caveats as for
* tp_get_bus() apply.