diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-04 11:11:30 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-04 11:11:30 +0200 |
| commit | 0126a0d57585ab323a1bfef03ce15252bfd07cb9 (patch) | |
| tree | 49930c3286c4c7f3036e06a9d2cab25c6574b9d7 | |
| parent | 6cee82113829e967c0eb1226d71b0f9696a46128 (diff) | |
| download | box64-0126a0d57585ab323a1bfef03ce15252bfd07cb9.tar.gz box64-0126a0d57585ab323a1bfef03ce15252bfd07cb9.zip | |
Added a couple of wrapped functions to libdbus (for #17)
| -rwxr-xr-x | src/wrapped/wrappeddbus_private.h | 2 |
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) |