summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-glib.h')
-rw-r--r--dbus/dbus-glib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h
index de53d14a..3e73b98f 100644
--- a/dbus/dbus-glib.h
+++ b/dbus/dbus-glib.h
@@ -145,7 +145,10 @@ void dbus_g_proxy_call_no_reply (DBusGProxy *proxy,
const char *method,
int first_arg_type,
...);
+const char* dbus_g_proxy_get_bus_name (DBusGProxy *proxy);
+DBusGPendingCall* dbus_g_pending_call_ref (DBusGPendingCall *call);
+void dbus_g_pending_call_unref (DBusGPendingCall *call);
#undef DBUS_INSIDE_DBUS_GLIB_H