summaryrefslogtreecommitdiff
path: root/libmatemixer
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-18 16:51:07 +0200
committerMichal Ratajsky <[email protected]>2014-07-18 16:51:07 +0200
commit0bc3aa762cd794da510f03229840d939ee7bc0c9 (patch)
tree889ec2ae5954a45ea68c3166cbab6bbe16c342cb /libmatemixer
parent1c842063e1f7bf6803655ac193ac28704c4dc0c2 (diff)
downloadlibmatemixer-0bc3aa762cd794da510f03229840d939ee7bc0c9.tar.bz2
libmatemixer-0bc3aa762cd794da510f03229840d939ee7bc0c9.tar.xz
Add module skeleton and build support
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;