diff options
Diffstat (limited to 'src')
| -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) |