[vala/wip/linux] Some more
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/linux] Some more
- Date: Wed, 7 Aug 2019 08:15:07 +0000 (UTC)
commit cf59104d4f9d55abd19d1989e7b0ae91674712c9
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed Aug 7 10:02:46 2019 +0200
Some more
vapi/linux.vapi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index 075d93e48..a231bb652 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -4140,6 +4140,20 @@ namespace Linux {
[CCode (cheader_filename = "linux/uinput.h")]
public const int UI_DEV_SETUP;
+
+ [CCode (cname = "struct uinput_abs_setup", cheader_filename = "linux/uinput.h")]
+ public struct AbsSetup {
+ public uint16 code;
+ public Input.AbsInfo absinfo;
+ }
+
+ [CCode (cheader_filename = "linux/uinput.h")]
+ public const int UI_ABS_SETUP;
+
+ [CCode (cheader_filename = "linux/uinput.h")]
+ public static int UI_GET_SYSNAME (int len);
+ [CCode (cheader_filename = "linux/uinput.h")]
+ public const int UI_GET_VERSION;
}
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]