summaryrefslogtreecommitdiffstats
path: root/src/pulse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-04 23:33:10 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-04 23:33:10 +0200
commit163f10712e684fb5614e149d3042aa5dddc7990e (patch)
tree95e4b58a4b12ce40cb3b41d137d443359eae3bff /src/pulse
parent64a23677d36bc0e3069b761c2a8602039d175c5c (diff)
fix documentation to follow what actually happens
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/introspect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index 35a80f67..ca79f5b7 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -52,14 +52,14 @@
* Some objects can have multiple entries at the server. When requesting all
* of these at once, the callback will be called multiple times, once for
* each object. When the list has been exhausted, the callback will be called
- * without an information structure and the eol parameter set to a non-zero
+ * without an information structure and the eol parameter set to a positive
* value.
*
* Note that even if a single object is requested, and not the entire list,
* the terminating call will still be made.
*
* If an error occurs, the callback will be called without and information
- * structure and eol set to zero.
+ * structure and eol set to a negative value..
*
* Data members in the information structures are only valid during the
* duration of the callback. If they are required after the callback is