Documentation fix, refer to correct function

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-12-04 20:03:24 +10:00
parent 14af49ab39
commit 08a7773ef8

View file

@ -1026,7 +1026,7 @@ int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, un
* @note The value for events other than ABS_MT_ is undefined, use * @note The value for events other than ABS_MT_ is undefined, use
* libevdev_fetch_value() instead * libevdev_fetch_value() instead
* *
* @see libevdev_get_value * @see libevdev_get_event_value
*/ */
int libevdev_get_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code); int libevdev_get_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code);