chiark / gitweb /
break loops if util_create_path() returns error
[elogind.git] / libudev / libudev-list.c
index bd9792ad6cc0106bde0cbc8d9ab2610d3fb15ca1..f6637fc92d9950bbe1553908c12e31a464b7f788 100644 (file)
 #include "libudev.h"
 #include "libudev-private.h"
 
+/**
+ * SECTION:libudev-list
+ * @short_description: list operation
+ *
+ * Libudev list operations.
+ */
+
 /**
  * udev_list_entry:
  *
- * One entry in a list, containing a name and an optional value.
+ * Opaque object representing one entry in a list. An entry contains
+ * contains a name, and optionally a value.
  */
 struct udev_list_entry {
        struct udev_list_node node;