c5d9b63f89a74864a8a35b2e53df0246ce42b260
[platform/upstream/libinput.git] / src / libinput.sym
1 /* in alphabetical order! */
2
3 LIBINPUT_0.8.0 {
4 global:
5         libinput_config_status_to_str;
6         libinput_device_config_accel_get_default_speed;
7         libinput_device_config_accel_get_speed;
8         libinput_device_config_accel_is_available;
9         libinput_device_config_accel_set_speed;
10         libinput_device_config_buttons_get_default_left_handed;
11         libinput_device_config_buttons_get_left_handed;
12         libinput_device_config_buttons_has_left_handed;
13         libinput_device_config_buttons_set_left_handed;
14         libinput_device_config_calibration_get_default_matrix;
15         libinput_device_config_calibration_get_matrix;
16         libinput_device_config_calibration_has_matrix;
17         libinput_device_config_calibration_set_matrix;
18         libinput_device_config_scroll_get_button;
19         libinput_device_config_scroll_get_default_button;
20         libinput_device_config_scroll_get_default_method;
21         libinput_device_config_scroll_get_default_natural_scroll_enabled;
22         libinput_device_config_scroll_get_methods;
23         libinput_device_config_scroll_get_method;
24         libinput_device_config_scroll_get_natural_scroll_enabled;
25         libinput_device_config_scroll_has_natural_scroll;
26         libinput_device_config_scroll_set_button;
27         libinput_device_config_scroll_set_method;
28         libinput_device_config_scroll_set_natural_scroll_enabled;
29         libinput_device_config_send_events_get_default_mode;
30         libinput_device_config_send_events_get_modes;
31         libinput_device_config_send_events_get_mode;
32         libinput_device_config_send_events_set_mode;
33         libinput_device_config_tap_get_default_enabled;
34         libinput_device_config_tap_get_enabled;
35         libinput_device_config_tap_get_finger_count;
36         libinput_device_config_tap_set_enabled;
37         libinput_device_get_context;
38         libinput_device_get_id_product;
39         libinput_device_get_id_vendor;
40         libinput_device_get_name;
41         libinput_device_get_output_name;
42         libinput_device_get_seat;
43         libinput_device_get_size;
44         libinput_device_get_sysname;
45         libinput_device_get_udev_device;
46         libinput_device_get_user_data;
47         libinput_device_has_button;
48         libinput_device_has_capability;
49         libinput_device_led_update;
50         libinput_device_ref;
51         libinput_device_set_seat_logical_name;
52         libinput_device_set_user_data;
53         libinput_device_unref;
54         libinput_dispatch;
55         libinput_event_destroy;
56         libinput_event_device_notify_get_base_event;
57         libinput_event_get_context;
58         libinput_event_get_device_notify_event;
59         libinput_event_get_device;
60         libinput_event_get_keyboard_event;
61         libinput_event_get_pointer_event;
62         libinput_event_get_touch_event;
63         libinput_event_get_type;
64         libinput_event_keyboard_get_base_event;
65         libinput_event_keyboard_get_key_state;
66         libinput_event_keyboard_get_key;
67         libinput_event_keyboard_get_seat_key_count;
68         libinput_event_keyboard_get_time;
69         libinput_event_pointer_get_absolute_x;
70         libinput_event_pointer_get_absolute_x_transformed;
71         libinput_event_pointer_get_absolute_y;
72         libinput_event_pointer_get_absolute_y_transformed;
73         libinput_event_pointer_get_axis;
74         libinput_event_pointer_get_axis_source;
75         libinput_event_pointer_get_axis_value;
76         libinput_event_pointer_get_base_event;
77         libinput_event_pointer_get_button_state;
78         libinput_event_pointer_get_button;
79         libinput_event_pointer_get_dx;
80         libinput_event_pointer_get_dx_unaccelerated;
81         libinput_event_pointer_get_dy;
82         libinput_event_pointer_get_dy_unaccelerated;
83         libinput_event_pointer_get_seat_button_count;
84         libinput_event_pointer_get_time;
85         libinput_event_pointer_has_axis;
86         libinput_event_touch_get_base_event;
87         libinput_event_touch_get_seat_slot;
88         libinput_event_touch_get_slot;
89         libinput_event_touch_get_time;
90         libinput_event_touch_get_x;
91         libinput_event_touch_get_x_transformed;
92         libinput_event_touch_get_y;
93         libinput_event_touch_get_y_transformed;
94         libinput_get_event;
95         libinput_get_fd;
96         libinput_get_user_data;
97         libinput_log_get_priority;
98         libinput_log_set_handler;
99         libinput_log_set_priority;
100         libinput_next_event_type;
101         libinput_path_add_device;
102         libinput_path_create_context;
103         libinput_path_remove_device;
104         libinput_ref;
105         libinput_resume;
106         libinput_seat_get_context;
107         libinput_seat_get_logical_name;
108         libinput_seat_get_physical_name;
109         libinput_seat_get_user_data;
110         libinput_seat_ref;
111         libinput_seat_set_user_data;
112         libinput_seat_unref;
113         libinput_set_user_data;
114         libinput_suspend;
115         libinput_udev_assign_seat;
116         libinput_udev_create_context;
117         libinput_unref;
118 local:
119         *;
120 };