summaryrefslogtreecommitdiff
path: root/libudev/libudev.c
diff options
context:
space:
mode:
Diffstat (limited to 'libudev/libudev.c')
-rw-r--r--libudev/libudev.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/libudev/libudev.c b/libudev/libudev.c
index d197ba7b19..f6fdcb2dfd 100644
--- a/libudev/libudev.c
+++ b/libudev/libudev.c
@@ -22,9 +22,17 @@
#include "libudev-private.h"
/**
+ * SECTION:libudev
+ * @short_description: libudev context
+ *
+ * The context contains the default values read from the udev config file,
+ * and is passed to all library operations.
+ */
+
+/**
* udev:
*
- * Library context, passed to all operations.
+ * Opaque object representing the library context.
*/
struct udev {
int refcount;