summaryrefslogtreecommitdiff
path: root/libudev
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-08 02:09:40 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-07-08 02:09:40 +0200
commita07e011434b2b218b2c77c0fa4fcfb001dec4b7f (patch)
tree86cb29cd11e3928896e8fe50971f6b750070addd /libudev
parent6ed03d1e2c1e2e300dda7a7cf4a5ffe10ef18356 (diff)
libudev: enumerate - clarify documentation
Diffstat (limited to 'libudev')
-rw-r--r--libudev/libudev-enumerate.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libudev/libudev-enumerate.c b/libudev/libudev-enumerate.c
index 399bbdaf46..b332ecdae1 100644
--- a/libudev/libudev-enumerate.c
+++ b/libudev/libudev-enumerate.c
@@ -464,9 +464,10 @@ UDEV_EXPORT int udev_enumerate_add_match_tag(struct udev_enumerate *udev_enumera
/**
* udev_enumerate_add_match_parent:
* @udev_enumerate: context
- * @parent: filter for the parent device
+ * @parent: parent device where to start searching
*
- * Return only the children of a given device.
+ * Return the devices on the subtree of one given device. The parent
+ * itself is included in the list.
*
* A reference for the device is held until the udev_enumerate context
* is cleaned up.