summaryrefslogtreecommitdiff
path: root/modules/gtk3/vapi-fixes.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gtk3/vapi-fixes.vapi')
-rw-r--r--modules/gtk3/vapi-fixes.vapi10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/gtk3/vapi-fixes.vapi b/modules/gtk3/vapi-fixes.vapi
new file mode 100644
index 0000000..7b21d78
--- /dev/null
+++ b/modules/gtk3/vapi-fixes.vapi
@@ -0,0 +1,10 @@
+using Atk;
+
+[CCode (cprefix = "Atk", lower_case_cprefix = "atk_", cheader_filename = "atk/atk.h")]
+
+namespace Atk {
+ [CCode (cname = "atk_component_get_extents")]
+ public void component_get_extents (Atk.Component component,
+ out int x, out int y, out int w, out int h,
+ Atk.CoordType coord_type);
+} \ No newline at end of file