File: libxwiimote.sym

package info (click to toggle)
xwiimote 2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 472 kB
  • ctags: 248
  • sloc: ansic: 2,991; makefile: 148; sh: 55
file content (34 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
LIBXWIIMOTE_2 {
global:
	xwii_iface_new;
	xwii_iface_ref;
	xwii_iface_unref;

	xwii_iface_get_fd;
	xwii_iface_watch;

	xwii_iface_open;
	xwii_iface_close;
	xwii_iface_opened;
	xwii_iface_available;
	xwii_iface_poll;
	xwii_iface_dispatch;

	xwii_iface_rumble;
	xwii_iface_get_led;
	xwii_iface_set_led;
	xwii_iface_get_battery;
	xwii_iface_get_devtype;
	xwii_iface_get_extension;

	xwii_iface_set_mp_normalization;
	xwii_iface_get_mp_normalization;

	xwii_monitor_new;
	xwii_monitor_ref;
	xwii_monitor_unref;
	xwii_monitor_get_fd;
	xwii_monitor_poll;
local:
	*;
};