diff options
| author | liuli <liuli@uniontech.com> | 2023-12-22 16:10:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-22 09:10:23 +0100 |
| commit | 10bb9f70791e3b7c47e440241148297cb2ef1f41 (patch) | |
| tree | b65d98bbb21c98df1e4c769cdc9fe6eeae434c77 /src | |
| parent | ed7006bbf43d76866ee9c8a7483386d0b3b1677f (diff) | |
| download | box64-10bb9f70791e3b7c47e440241148297cb2ef1f41.tar.gz box64-10bb9f70791e3b7c47e440241148297cb2ef1f41.zip | |
[WRAPPER] add dbus_message_iter_get_element_count auto wrapper (#1153)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappeddbus_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappeddbus_private.h b/src/wrapped/wrappeddbus_private.h index ccbe2a9b..10407c35 100644 --- a/src/wrapped/wrappeddbus_private.h +++ b/src/wrapped/wrappeddbus_private.h @@ -133,6 +133,7 @@ GO(dbus_message_iter_get_arg_type, iFp) GO(dbus_message_iter_get_array_len, iFp) GO(dbus_message_iter_get_basic, vFpp) GO(dbus_message_iter_get_element_type, iFp) +GO(dbus_message_iter_get_element_count, iFp) GO(dbus_message_iter_get_fixed_array, vFppp) GO(dbus_message_iter_get_signature, pFp) GO(dbus_message_iter_has_next, iFp) |