From 0126a0d57585ab323a1bfef03ce15252bfd07cb9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 4 Jul 2021 11:11:30 +0200 Subject: Added a couple of wrapped functions to libdbus (for #17) --- src/wrapped/wrappeddbus_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit 1.4.1