summaryrefslogtreecommitdiff
path: root/vapi/atspi-2.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-10-08 14:05:17 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-10-08 15:36:33 +0200
commitb8c28eb578a164c1dbd1e14dc049f9d31d91ec01 (patch)
tree6d47fd5038e84bd307457a7f49e95ae42d29682e /vapi/atspi-2.vapi
parent3c4b42d7ba0c23af762f295379f01361e118a02f (diff)
downloadvala-b8c28eb578a164c1dbd1e14dc049f9d31d91ec01.tar.gz
Regenerate GIR-based bindings to pick up copy/free attributes
Fixes https://gitlab.gnome.org/GNOME/vala/issues/863
Diffstat (limited to 'vapi/atspi-2.vapi')
-rw-r--r--vapi/atspi-2.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/atspi-2.vapi b/vapi/atspi-2.vapi
index 094f20c29..957249fd7 100644
--- a/vapi/atspi-2.vapi
+++ b/vapi/atspi-2.vapi
@@ -399,7 +399,7 @@ namespace Atspi {
[SimpleType]
public struct ControllerEventMask : uint {
}
- [CCode (cheader_filename = "atspi/atspi.h", type_id = "atspi_device_event_get_type ()")]
+ [CCode (cheader_filename = "atspi/atspi.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "atspi_device_event_get_type ()")]
public struct DeviceEvent {
public Atspi.EventType type;
public uint id;