summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-glib-lowlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-glib-lowlevel.h')
-rw-r--r--dbus/dbus-glib-lowlevel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/dbus-glib-lowlevel.h b/dbus/dbus-glib-lowlevel.h
index 94132151..9f6fc84e 100644
--- a/dbus/dbus-glib-lowlevel.h
+++ b/dbus/dbus-glib-lowlevel.h
@@ -57,6 +57,10 @@ DBusMessage* dbus_g_message_get_message (DBusGMessage *gmessage);
* g-functions anyhow)
*/
+DBusMessage * dbus_g_method_return_get_reply (DBusGMethodInvocation *context);
+
+void dbus_g_method_return_send_reply (DBusGMethodInvocation *context, DBusMessage *reply);
+
G_END_DECLS
#endif /* DBUS_GLIB_LOWLEVEL_H */