summaryrefslogtreecommitdiff
path: root/src/eggdbus/eggdbusmethodinvocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eggdbus/eggdbusmethodinvocation.h')
-rw-r--r--src/eggdbus/eggdbusmethodinvocation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eggdbus/eggdbusmethodinvocation.h b/src/eggdbus/eggdbusmethodinvocation.h
index 1b4e36e..84f4d37 100644
--- a/src/eggdbus/eggdbusmethodinvocation.h
+++ b/src/eggdbus/eggdbusmethodinvocation.h
@@ -71,6 +71,8 @@ EggDBusMessage *egg_dbus_method_invocation_create_reply_message (EggDBusM
EggDBusConnection *egg_dbus_method_invocation_get_connection (EggDBusMethodInvocation *method_invocation);
+const gchar *egg_dbus_method_invocation_get_caller (EggDBusMethodInvocation *method_invocation);
+
void egg_dbus_method_invocation_add_destroy_notify (EggDBusMethodInvocation *method_invocation,
gpointer data,
GDestroyNotify func);