about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-04 11:11:30 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-04 11:11:30 +0200
commit0126a0d57585ab323a1bfef03ce15252bfd07cb9 (patch)
tree49930c3286c4c7f3036e06a9d2cab25c6574b9d7
parent6cee82113829e967c0eb1226d71b0f9696a46128 (diff)
downloadbox64-0126a0d57585ab323a1bfef03ce15252bfd07cb9.tar.gz
box64-0126a0d57585ab323a1bfef03ce15252bfd07cb9.zip
Added a couple of wrapped functions to libdbus (for #17)
-rwxr-xr-xsrc/wrapped/wrappeddbus_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappeddbus_private.h b/src/wrapped/wrappeddbus_private.h
index 3827fb50..bb3b5321 100755
--- a/src/wrapped/wrappeddbus_private.h
+++ b/src/wrapped/wrappeddbus_private.h
@@ -100,6 +100,7 @@ GO(dbus_message_demarshal, pFpip)
 GO(dbus_message_demarshal_bytes_needed, iFpi)
 GO(dbus_message_free_data_slot, vFp)
 //GOM(dbus_message_get_args, iFEppiV)
+GO(dbus_message_get_allow_interactive_authorization, iFp)
 GOM(dbus_message_get_args_valist, iFEppiA)
 GO(dbus_message_get_auto_start, iFp)
 GO(dbus_message_get_data, pFpi)
@@ -149,6 +150,7 @@ GO(dbus_message_new_method_call, pFpppp)
 GO(dbus_message_new_method_return, pFp)
 GO(dbus_message_new_signal, pFppp)
 GO(dbus_message_ref, pFp)
+GO(dbus_message_set_allow_interactive_authorization, vFpi)
 GO(dbus_message_set_auto_start, vFpi)
 GOM(dbus_message_set_data, iFEpipp)
 GO(dbus_message_set_destination, iFpp)