From 63b68f418e2bf905ebb6068aaa4fd05467d8e1ba Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 26 Jun 2008 00:27:54 +0200 Subject: call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an alias for that --- src/pulse/def.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/pulse/def.h b/src/pulse/def.h index a91c1031..8407ddeb 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -120,7 +120,7 @@ typedef enum pa_stream_flags { * of sense to combine this * option with * PA_STREAM_AUTO_TIMING_UPDATE. */ - PA_STREAM_NOT_MONOTONOUS = 4, /**< Don't force the time to + PA_STREAM_NOT_MONOTONIC = 4, /**< Don't force the time to * increase monotonically. If * this option is enabled, * pa_stream_get_time() will not @@ -135,7 +135,12 @@ typedef enum pa_stream_flags { * caused the time to to jump * ahead can be corrected * quickly, without the need to - * wait. */ + * wait. (Please note that this + * flag was named + * PA_STREAM_NOT_MONOTONOUS in + * releases prior to 0.9.11. The + * old name is still defined too, + * for compatibility reasons. */ PA_STREAM_AUTO_TIMING_UPDATE = 8, /**< If set timing update requests * are issued periodically * automatically. Combined with @@ -237,8 +242,8 @@ typedef enum pa_stream_flags { } pa_stream_flags_t; -/** English is an evil language \since 0.9.11 */ -#define PA_STREAM_NOT_MONOTONIC PA_STREAM_NOT_MONOTONOUS +/** English is an evil language */ +#define PA_STREAM_NOT_MONOTONOUS PA_STREAM_NOT_MONOTONIC /** Playback and record buffer metrics */ typedef struct pa_buffer_attr { -- cgit