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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus/dbus-glib.h b/dbus/dbus-glib.h
index a9aad540..e1b4a704 100644
--- a/dbus/dbus-glib.h
+++ b/dbus/dbus-glib.h
@@ -174,6 +174,13 @@ void dbus_g_proxy_call_no_reply (DBusGProxy *proxy,
const char* dbus_g_proxy_get_bus_name (DBusGProxy *proxy);
+gboolean dbus_g_proxy_invoke (DBusGProxy *proxy,
+ const char *method,
+ const char *insig,
+ const char *outsig,
+ GError **error,
+ ...);
+
#undef DBUS_INSIDE_DBUS_GLIB_H
G_END_DECLS