summaryrefslogtreecommitdiff
path: root/mate-volume-control/src/mvc-helpers.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-05 01:41:22 +0200
committerinfirit <[email protected]>2014-10-09 16:53:00 +0200
commitcf427cb4ccfc269252c1f7744b4c730ef0bb7a4e (patch)
tree2b623fa9cabd575907a1cf40378eeecb8f21efaa /mate-volume-control/src/mvc-helpers.h
parenta4cb2a2c9ab27e32449b5696bb989cc761ec73c7 (diff)
downloadmate-media-cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e.tar.bz2
mate-media-cf427cb4ccfc269252c1f7744b4c730ef0bb7a4e.tar.xz
Initial port of the dialog
Diffstat (limited to 'mate-volume-control/src/mvc-helpers.h')
-rw-r--r--mate-volume-control/src/mvc-helpers.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/mate-volume-control/src/mvc-helpers.h b/mate-volume-control/src/mvc-helpers.h
new file mode 100644
index 0000000..248c843
--- /dev/null
+++ b/mate-volume-control/src/mvc-helpers.h
@@ -0,0 +1,36 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
+ * Copyright (C) 2014 Michal Ratajsky <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
+
+#ifndef __MVC_HELPERS_H
+#define __MVC_HELPERS_H
+
+#include <glib.h>
+
+#include <libmatemixer/matemixer.h>
+
+G_BEGIN_DECLS
+
+const gchar *mvc_channel_position_to_string (MateMixerChannelPosition position);
+const gchar *mvc_channel_position_to_pretty_string (MateMixerChannelPosition position);
+const gchar *mvc_channel_map_to_pretty_string (MateMixerStream *stream);
+
+G_END_DECLS
+
+#endif /* __MVC_HELPERS_H */