tizen 2.4 release
[framework/uifw/libevdev.git] / doc / libevdev.man.in
1 .TH LIBEVDEV 3 @PACKAGE_VERSION@
2 .SH NAME
3 libevdev \- wrapper library for evdev devices
4 .SH SYNOPSIS
5 .HP
6 #include <libevdev/libevdev.h>
7 .PP
8 int 
9 .B libevdev_new_from_fd
10 (int fd, struct libevdev **device)
11 .PP
12 void 
13 .B libevdev_free
14 (struct libevdev *device)
15
16 .SH DESCRIPTION
17 .PP
18 .B libevdev
19 is a wrapper library for evdev devices. it moves the common
20 tasks when dealing with evdev devices into a library and provides a library
21 interface to the callers, thus avoiding erroneous ioctls, etc.
22 .PP
23 This man page is a placeholder only. The documentation for this version of
24 .B libevdev
25 is available at:
26 .PP
27 .B http://www.freedesktop.org/software/libevdev/doc/@PACKAGE_VERSION@/
28 .SH LICENSE
29 .B libevdev
30 is licensed under the MIT license.
31
32