Remove doc references to non-existing function
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 21 Apr 2014 17:20:40 +0000 (19:20 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 23 Apr 2014 00:48:30 +0000 (10:48 +1000)
Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.h

index e0892cc9417e0a8ecad8d286363e4637bf0368c4..9fe0aa3004e95042984e0599472b3f24d5c42999 100644 (file)
@@ -816,7 +816,7 @@ libinput_path_create_context(const struct libinput_interface *interface,
  * @ingroup base
  *
  * Add a device to a libinput context initialized with
- * libinput_path_create_from_device(). If successful, the device will be
+ * libinput_path_create_context(). If successful, the device will be
  * added to the internal list and re-opened on libinput_resume(). The device
  * can be removed with libinput_path_remove_device().
  *
@@ -840,7 +840,7 @@ libinput_path_add_device(struct libinput *libinput,
  * @ingroup base
  *
  * Remove a device from a libinput context initialized with
- * libinput_path_create_from_device() or added to such a context with
+ * libinput_path_create_context() or added to such a context with
  * libinput_path_add_device().
  *
  * Events already processed from this input device are kept in the queue,