[PATCH libinput 2/6] Remove doc references to non-existing function

Carlos Garnacho carlosg at gnome.org
Mon Apr 21 10:20:40 PDT 2014


Signed-off-by: Carlos Garnacho <carlosg at gnome.org>
---
 src/libinput.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libinput.h b/src/libinput.h
index 9b4f198..20bf574 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -784,7 +784,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().
  *
@@ -808,7 +808,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,
-- 
1.9.0



More information about the wayland-devel mailing list