From 2ab60ecb15ab1a7e30226563a15bbeec05dda54d Mon Sep 17 00:00:00 2001 From: javier Date: Sun, 7 Nov 2010 03:00:56 +0100 Subject: initial import --- types.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 types.h (limited to 'types.h') diff --git a/types.h b/types.h new file mode 100644 index 0000000..8ecc837 --- /dev/null +++ b/types.h @@ -0,0 +1,22 @@ + +#ifndef __CFMRADIO_TYPES_H__ +#define __CFMRADIO_TYPES_H__ + +#include + +G_BEGIN_DECLS + +typedef enum { + CFM_RADIO_OUTPUT_MUTE = 0, + CFM_RADIO_OUTPUT_SYSTEM, + CFM_RADIO_OUTPUT_SPEAKER, + CFM_RADIO_OUTPUT_HEADPHONES +} CFmRadioOutput; + +GType cfm_radio_output_get_type(void) G_GNUC_CONST; +#define CFM_TYPE_RADIO_OUTPUT (cfm_radio_output_get_type()) + +G_END_DECLS + +#endif /*__CFMRADIO_TYPES_H__ */ + -- cgit v1.2.3