summaryrefslogtreecommitdiff
path: root/libcaribou/external-libs.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'libcaribou/external-libs.vapi')
-rw-r--r--libcaribou/external-libs.vapi15
1 files changed, 0 insertions, 15 deletions
diff --git a/libcaribou/external-libs.vapi b/libcaribou/external-libs.vapi
index 4a41020..e2c73db 100644
--- a/libcaribou/external-libs.vapi
+++ b/libcaribou/external-libs.vapi
@@ -1,20 +1,5 @@
using X;
-[CCode (cprefix = "", lower_case_cprefix = "",
- cheader_filename = "X11/extensions/XTest.h")]
-namespace XTest {
- [CCode (cname = "XTestFakeKeyEvent")]
- public int fake_key_event (Display dpy, uchar keycode, bool key_press,
- ulong delay);
-}
-
-[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "X11/Xlib.h")]
-namespace X {
- [CCode (cname = "XKeycodeToKeysym")]
- public int keycode_to_keysym (Display dpy, uchar keycode, int index);
-
-}
-
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "X11/XKBlib.h")]
namespace Xkb {