summaryrefslogtreecommitdiffstats
path: root/src/pulse/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-01 21:04:43 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-01 21:04:43 +0000
commit7f93d08d4014cc68965611068c47834c1e5547ef (patch)
tree2d22b3cef924c3cf090b4b9a5aa10c04bc8d2760 /src/pulse/def.h
parentbc30e2d9346edad2c8a755656e9aec803227bde1 (diff)
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_sink_input_by_*()is called for servers that don't support it
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1179 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/def.h')
-rw-r--r--src/pulse/def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulse/def.h b/src/pulse/def.h
index 01ed0f6d..a22e3c19 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -161,6 +161,7 @@ enum {
PA_ERR_NODATA, /**< No data */
PA_ERR_VERSION, /**< Incompatible protocol version \since 0.8 */
PA_ERR_TOOLARGE, /**< Data too large \since 0.8.1 */
+ PA_ERR_NOTSUPPORTED, /**< Operation not supported \since 0.9.5 */
PA_ERR_MAX /**< Not really an error but the first invalid error code */
};