summaryrefslogtreecommitdiffstats
path: root/src/pulse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-17 04:51:57 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-17 04:51:57 +0200
commitbd8e043a52834f3d3286ece03de46f498c9e241c (patch)
treecb4443997b262fbad13390a85cc6676dfd930a44 /src/pulse
parent334325efd7d8ba32ca3c4ba8f90dccae7abe914c (diff)
bluetooth: return sensible error code in set_profile()
Diffstat (limited to 'src/pulse')
-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 d5bbefe3..08399ca8 100644
--- a/src/pulse/def.h
+++ b/src/pulse/def.h
@@ -393,6 +393,7 @@ enum {
PA_ERR_OBSOLETE, /**< Obsolete functionality. \since 0.9.15 */
PA_ERR_NOTIMPLEMENTED, /**< Missing implementation. \since 0.9.15 */
PA_ERR_FORKED, /**< The caller forked without calling execve() and tried to reuse the context. \since 0.9.15 */
+ PA_ERR_IO, /**< An IO error happened. \since 0.9.16 */
PA_ERR_MAX /**< Not really an error but the first invalid error code */
};