diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 17:27:23 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 17:27:23 +0100 |
| commit | b8ef8565e8bd5d56acc838478debb17958e4b34f (patch) | |
| tree | b3d0b098a12fc657340275159580897857f0c671 /src | |
| parent | 6d2f855af2121d62e1660bcea86e282d62289f17 (diff) | |
| download | box64-b8ef8565e8bd5d56acc838478debb17958e4b34f.tar.gz box64-b8ef8565e8bd5d56acc838478debb17958e4b34f.zip | |
Added some more atspi wrapped symbols (for Heroic)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedatspi_private.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedatspi_private.h b/src/wrapped/wrappedatspi_private.h index 439e49df..b3328939 100755 --- a/src/wrapped/wrappedatspi_private.h +++ b/src/wrapped/wrappedatspi_private.h @@ -30,13 +30,13 @@ GO(atspi_accessible_get_description, pFpp) //GO(atspi_accessible_get_image, //GO(atspi_accessible_get_image_iface, //GO(atspi_accessible_get_index_in_parent, -//GO(atspi_accessible_get_interfaces, +GO(atspi_accessible_get_interfaces, pFp) //GO(atspi_accessible_get_localized_role_name, GO(atspi_accessible_get_name, pFpp) //GO(atspi_accessible_get_object_locale, -//GO(atspi_accessible_get_parent, +GO(atspi_accessible_get_parent, pFpp) GO(atspi_accessible_get_process_id, uFpp) -//GO(atspi_accessible_get_relation_set, +GO(atspi_accessible_get_relation_set, pFpp) GO(atspi_accessible_get_role, iFpp) GO(atspi_accessible_get_role_name, pFpp) //GO(atspi_accessible_get_selection, @@ -258,9 +258,9 @@ GO(atspi_init, iFv) //GO(_atspi_ref_accessible, //GO(atspi_register_device_event_listener, //GO(atspi_register_keystroke_listener, -//GO(atspi_relation_get_n_targets, -//GO(atspi_relation_get_relation_type, -//GO(atspi_relation_get_target, +GO(atspi_relation_get_n_targets, iFp) +GO(atspi_relation_get_relation_type, iFp) +GO(atspi_relation_get_target, pFpi) //GO(atspi_relation_get_type, //GO(_atspi_relation_new_from_iter, //GO(atspi_relation_type_get_type, |