summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-07-18 19:50:09 +0000
committerLennart Poettering <lennart@poettering.net>2006-07-18 19:50:09 +0000
commitd7cdaf22a199e4b6710e6912b0378f0c919ff4d1 (patch)
tree4d6275330d7a81c87bd5627230ad3ce39a0836c0
parentf4ec7d47fd15465b86056266983f8d15ce5b8d68 (diff)
add two more \since
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1103 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/pulse/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 06d4c7c2..01ed0f6d 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -296,14 +296,14 @@ typedef enum pa_seek_mode {
typedef enum pa_sink_flags {
PA_SINK_HW_VOLUME_CTRL = 1, /**< Supports hardware volume control */
PA_SINK_LATENCY = 2, /**< Supports latency querying */
- PA_SINK_HARDWARE = 4 /**< Is a hardware sink of some kind, in contrast to "virtual"/software sinks */
+ PA_SINK_HARDWARE = 4 /**< Is a hardware sink of some kind, in contrast to "virtual"/software sinks \since 0.9.3 */
} pa_sink_flags_t;
/** Special source flags. \since 0.8 */
typedef enum pa_source_flags {
PA_SOURCE_HW_VOLUME_CTRL = 1, /**< Supports hardware volume control */
PA_SOURCE_LATENCY = 2, /**< Supports latency querying */
- PA_SOURCE_HARDWARE = 4 /**< Is a hardware source of some kind, in contrast to "virtual"/software source */
+ PA_SOURCE_HARDWARE = 4 /**< Is a hardware source of some kind, in contrast to "virtual"/software source \since 0.9.3 */
} pa_source_flags_t;
/** A generic free() like callback prototype */