summaryrefslogtreecommitdiff
path: root/src/libinput.sym
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-12-15 12:39:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-12-23 07:55:11 +1000
commitcbb9e9e809c14e70658d269b0af771ba93b1d507 (patch)
treecc5173adcc0f7def2f4c2cf32a97cb079a67257f /src/libinput.sym
parent7309fd0ed38170757946bf21e4542a249be0452c (diff)
tablet: add libinput_tablet_tool_is_unique()
For checking if a tablet tool can be uniquely identified by libinput. In practice this means checking for a nonzero serial number, but let's not restrict ourselves to allowing just that. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'src/libinput.sym')
-rw-r--r--src/libinput.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libinput.sym b/src/libinput.sym
index ddfe81d..22a8dd8 100644
--- a/src/libinput.sym
+++ b/src/libinput.sym
@@ -226,6 +226,7 @@ LIBINPUT_TABLET_SUPPORT {
libinput_tablet_tool_has_wheel;
libinput_tablet_tool_has_slider;
libinput_tablet_tool_has_button;
+ libinput_tablet_tool_is_unique;
libinput_tablet_tool_ref;
libinput_tablet_tool_set_user_data;
libinput_tablet_tool_unref;