From 03cd37eb78f470f4b483e14affb633fcd00efd04 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Aug 2008 19:49:33 +0200 Subject: remove port definitions from header file since they are not actually used yet --- src/pulse/introspect.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/pulse/introspect.h') diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 6a6755e7..35a80f67 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -210,11 +210,6 @@ PA_C_DECL_BEGIN -#define PA_PORT_DIGITAL "spdif" -#define PA_PORT_ANALOG_STEREO "analog-stereo" -#define PA_PORT_ANALOG_5_1 "analog-5-1" -#define PA_PORT_ANALOG_4_0 "analog-4-0" - /** @{ \name Sinks */ /** Stores information about sinks. Please note that this structure -- cgit From 163f10712e684fb5614e149d3042aa5dddc7990e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Aug 2008 23:33:10 +0200 Subject: fix documentation to follow what actually happens --- src/pulse/introspect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse/introspect.h') 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 -- cgit