summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
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 */