summaryrefslogtreecommitdiff
path: root/libudev/libudev-queue.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-06-15 17:09:43 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-06-15 17:09:43 +0200
commitce1d6d7fb47582588cfbcf0baba0c58e42a90ca6 (patch)
tree0078d9b69ff4b6dfccca9871dbe421a64ed4cf01 /libudev/libudev-queue.c
parent1e5113228f8c5cde04b03616485e0c4ce54c3320 (diff)
libudev: doc - add section headers
Diffstat (limited to 'libudev/libudev-queue.c')
-rw-r--r--libudev/libudev-queue.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/libudev/libudev-queue.c b/libudev/libudev-queue.c
index cf1ddf3a07..bfd9097506 100644
--- a/libudev/libudev-queue.c
+++ b/libudev/libudev-queue.c
@@ -24,6 +24,21 @@
#include "libudev.h"
#include "libudev-private.h"
+/**
+ * SECTION:libudev-queue
+ * @short_description: access to currently active events
+ *
+ * The udev daemon processes event asynchronously. All events wich do not have
+ * interdependencies are run in parallel. This exports the current state of the
+ * event processing queue, and the currently event sequence numbers from the kernel
+ * and the udev daemon.
+ */
+
+/**
+ * udev_queue:
+ *
+ * Opaque object representing the current event queue in the udev daemon.
+ */
struct udev_queue {
struct udev *udev;
int refcount;