summaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
committerJavier S. Pedro <maemo@javispedro.com>2011-01-22 04:03:32 +0100
commitbf65330d3ef0e57d0bf2d4c6171c77038695b771 (patch)
tree67db4baf9dbf712ce1853cdcbdcc4460281ea788 /types.c
parentadeda41eb895e75bb3884c14e123509d792635fc (diff)
downloadcfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.tar.gz
cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.zip
lots of UI work
Diffstat (limited to 'types.c')
-rw-r--r--types.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/types.c b/types.c
index 0bb63d3..47071a3 100644
--- a/types.c
+++ b/types.c
@@ -2,8 +2,7 @@
#include <glib-object.h>
#include "types.h"
-GType
-cfm_radio_output_get_type(void)
+GType cfm_radio_output_get_type(void)
{
static GType etype = 0;
@@ -13,6 +12,8 @@ cfm_radio_output_get_type(void)
{ CFM_RADIO_OUTPUT_SYSTEM, "CFM_RADIO_OUTPUT_SYSTEM", "system" },
{ CFM_RADIO_OUTPUT_SPEAKER, "CFM_RADIO_OUTPUT_SPEAKER", "speaker" },
{ CFM_RADIO_OUTPUT_HEADPHONES, "CFM_RADIO_OUTPUT_HEADPHONES", "headphones" },
+ { CFM_RADIO_OUTPUT_HEADPHONES_BYPASS, "CFM_RADIO_OUTPUT_HEADPHONES_BYPASS",
+ "headphones-bypass" },
{ 0, NULL, NULL }
};
etype = g_enum_register_static("CFmRadioOutput", values);