[libmanette] device: Fix the documentation of *_get_vendor_id()
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libmanette] device: Fix the documentation of *_get_vendor_id()
- Date: Thu, 19 Nov 2020 07:17:43 +0000 (UTC)
commit b36588f7b9f17c967beadb8a568e61bd15ed25cc
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Nov 19 08:06:10 2020 +0100
device: Fix the documentation of *_get_vendor_id()
The BUS_* symbols aren't in linux/input-event-codes.h but in
linux/input.h.
src/manette-device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/manette-device.c b/src/manette-device.c
index 30f5540..031bb7f 100644
--- a/src/manette-device.c
+++ b/src/manette-device.c
@@ -705,7 +705,7 @@ manette_device_get_vendor_id (ManetteDevice *self)
* @self: a #ManetteDevice
*
* Gets the device's bustype ID.
- * This corresponds to BUS_* as defined in linux/input-event-codes.h
+ * This corresponds to BUS_* as defined in linux/input.h
*
* Returns: the bustype ID of @self
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]