diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2022-08-09 08:13:38 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2022-08-09 08:44:28 +0200 |
commit | edd33896e11ee319e82b7678464b249942f9dbfc (patch) | |
tree | b1a1b0aac199ec3c45e7e01f820dec0048a923d5 /vapi/metadata | |
parent | 03725ca4485afa5b87dd00098e8b03d3820dd06c (diff) | |
download | vala-edd33896e11ee319e82b7678464b249942f9dbfc.tar.gz |
atspi-2: Fix a few binding errors
Diffstat (limited to 'vapi/metadata')
-rw-r--r-- | vapi/metadata/Atspi-2.0.metadata | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vapi/metadata/Atspi-2.0.metadata b/vapi/metadata/Atspi-2.0.metadata index eec213c7a..6265da786 100644 --- a/vapi/metadata/Atspi-2.0.metadata +++ b/vapi/metadata/Atspi-2.0.metadata @@ -1,11 +1,25 @@ Application.bus skip KeystrokeListener skip +Device cheader_filename="atspi/atspi-device.h" +DeviceLegacy cheader_filename="atspi/atspi-device-legacy.h" +DeviceX11 cheader_filename="atspi/atspi-device-x11.h" + DeviceEvent struct DeviceListener .new_simple skip=false +DeviceListenerCB.stroke owned=false +DeviceListenerSimpleCB.stroke owned=false EventListener .*_no_data skip=false .new_simple skip=false + .callback unowned=false delegate_target_cname="user_data" destroy_notify_cname="cb_destroyed" + .cb_destroyed skip + .user_data skip + +KeySet + .keysyms array array_length_field="len" + .keycodes array array_length_field="len" + .keystrings array array_length_field="len" |