~ubuntu-branches/debian/sid/libevdev/sid

« back to all changes in this revision

Viewing changes to libevdev/libevdev.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2015-09-02 23:15:53 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20150902231553-3lhfq9369kgrwok6
Tags: 1.4.4+dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
794
794
 * Clean up and free the libevdev struct. After completion, the <code>struct
795
795
 * libevdev</code> is invalid and must not be used.
796
796
 *
 
797
 * Note that calling libevdev_free() does not close the file descriptor
 
798
 * currently asssociated with this instance.
 
799
 *
797
800
 * @param dev The evdev device
798
801
 *
799
802
 * @note This function may be called before libevdev_set_fd().