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, 0 insertions, 10 deletions
diff --git a/modules/gtk3/vapi-fixes.vapi b/modules/gtk3/vapi-fixes.vapi
deleted file mode 100644
index 7b21d78..0000000
--- a/modules/gtk3/vapi-fixes.vapi
+++ /dev/null
@@ -1,10 +0,0 @@
-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