X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibudev%2Flibudev-queue.c;h=1b3da39f83c150769c30e253ee900a7990787755;hb=ac7019f33f1618f5b69ed44a8623e2596f1e3856;hp=15a7f558b1dff40f74eaf66cfd90a52cae6fc0f8;hpb=20bbd54f603994a3cc211d2795de16550882ed8d;p=elogind.git diff --git a/src/libudev/libudev-queue.c b/src/libudev/libudev-queue.c index 15a7f558b..1b3da39f8 100644 --- a/src/libudev/libudev-queue.c +++ b/src/libudev/libudev-queue.c @@ -92,6 +92,8 @@ _public_ struct udev_queue *udev_queue_ref(struct udev_queue *udev_queue) * * Drop a reference of a udev queue context. If the refcount reaches zero, * the resources of the queue context will be released. + * + * Returns: the passed queue context if it has still an active reference, or #NULL otherwise. **/ _public_ struct udev_queue *udev_queue_unref(struct udev_queue *udev_queue) {