From 0bc3aa762cd794da510f03229840d939ee7bc0c9 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Fri, 18 Jul 2014 16:51:07 +0200 Subject: Add module skeleton and build support --- libmatemixer/matemixer-enums.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmatemixer') 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; -- cgit v1.2.1