summaryrefslogtreecommitdiff
path: root/types.h
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.h
parentadeda41eb895e75bb3884c14e123509d792635fc (diff)
downloadcfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.tar.gz
cfmradio-bf65330d3ef0e57d0bf2d4c6171c77038695b771.zip
lots of UI work
Diffstat (limited to 'types.h')
-rw-r--r--types.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/types.h b/types.h
index 8ecc837..709e47d 100644
--- a/types.h
+++ b/types.h
@@ -1,6 +1,6 @@
-#ifndef __CFMRADIO_TYPES_H__
-#define __CFMRADIO_TYPES_H__
+#ifndef CFM_TYPES_H
+#define CFM_TYPES_H
#include <glib-object.h>
@@ -10,7 +10,8 @@ typedef enum {
CFM_RADIO_OUTPUT_MUTE = 0,
CFM_RADIO_OUTPUT_SYSTEM,
CFM_RADIO_OUTPUT_SPEAKER,
- CFM_RADIO_OUTPUT_HEADPHONES
+ CFM_RADIO_OUTPUT_HEADPHONES,
+ CFM_RADIO_OUTPUT_HEADPHONES_BYPASS
} CFmRadioOutput;
GType cfm_radio_output_get_type(void) G_GNUC_CONST;
@@ -18,5 +19,5 @@ GType cfm_radio_output_get_type(void) G_GNUC_CONST;
G_END_DECLS
-#endif /*__CFMRADIO_TYPES_H__ */
+#endif /* CFM_TYPES_H */