summaryrefslogtreecommitdiff
path: root/libmatemixer
diff options
context:
space:
mode:
Diffstat (limited to 'libmatemixer')
-rw-r--r--libmatemixer/matemixer-enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmatemixer/matemixer-enums.h b/libmatemixer/matemixer-enums.h
index a6326ce..7e523bb 100644
--- a/libmatemixer/matemixer-enums.h
+++ b/libmatemixer/matemixer-enums.h
@@ -47,6 +47,7 @@ typedef enum {
* PulseAudio sound system backend. It has the highest priority and
* will be the first one to try unless you select a specific backend
* to connect to.
+ * @MATE_MIXER_BACKEND_OSS:
* @MATE_MIXER_BACKEND_NULL:
* Fallback backend which never fails to initialize, but provides no
* functionality. This backend has the lowest priority and will be used
@@ -56,6 +57,7 @@ typedef enum {
typedef enum {
MATE_MIXER_BACKEND_UNKNOWN,
MATE_MIXER_BACKEND_PULSEAUDIO,
+ MATE_MIXER_BACKEND_OSS,
MATE_MIXER_BACKEND_NULL
} MateMixerBackendType;