kdbus.h: document ENOENT error
authorLennart Poettering <lennart@poettering.net>
Sat, 21 Dec 2013 23:16:34 +0000 (00:16 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 21 Dec 2013 23:16:50 +0000 (00:16 +0100)
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index f6770dd5cbac9751c2b6f7a0dd0c513002ee44a7..64bc10cc306468682f7217bb2f8c93149e122c55 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -793,6 +793,8 @@ enum kdbus_ioctl_type {
  *                     size.
  * @ENOBUFS:           There is no space left for the submitted data to fit
  *                     into the receiver's pool.
+ * @ENOENT:            The name to query information about is currently not on
+ *                     the bus.
  * @ENOMEM:            Out of memory.
  * @ENOSYS:            The requested functionality is not available.
  * @ENOTCONN:          The addressed peer is not an active connection.