summaryrefslogtreecommitdiffstats
path: root/src/pulse/channelmap.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-03 17:45:55 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-03 17:45:55 +0200
commit28af9944fe0560229efdcf9f0180568fd5a444c3 (patch)
treed84e8e7cdc01f586a75669e26258f83d782df9d5 /src/pulse/channelmap.h
parentbde142c237924870e9b09d09d5d2a7186de2e249 (diff)
increase PA_CVOLUME_SNPRINT_MAX to a proper value and document that it is not considered part of the ABI
Diffstat (limited to 'src/pulse/channelmap.h')
-rw-r--r--src/pulse/channelmap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h
index 8ea3daec..d7d19d79 100644
--- a/src/pulse/channelmap.h
+++ b/src/pulse/channelmap.h
@@ -204,7 +204,11 @@ const char* pa_channel_position_to_string(pa_channel_position_t pos) PA_GCC_PURE
/** Return a human readable text label for the specified channel position. \since 0.9.7 */
const char* pa_channel_position_to_pretty_string(pa_channel_position_t pos);
-/** The maximum length of strings returned by pa_channel_map_snprint() */
+/** The maximum length of strings returned by
+ * pa_channel_map_snprint(). Please note that this value can change
+ * with any release without warning and without being considered API
+ * or ABI breakage. You should not use this definition anywhere where
+ * it might become part of an ABI. */
#define PA_CHANNEL_MAP_SNPRINT_MAX 336
/** Make a humand readable string from the specified channel map */