aboutsummaryrefslogtreecommitdiff
path: root/src/experiment-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/experiment-player.h')
-rw-r--r--src/experiment-player.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/experiment-player.h b/src/experiment-player.h
index 2aa3fb3..35b815f 100644
--- a/src/experiment-player.h
+++ b/src/experiment-player.h
@@ -30,9 +30,21 @@
#include <gtk/gtk.h>
+/** Main program error domain */
+#define EXPERIMENT_PLAYER_ERROR \
+ (experiment_player_error_quark())
+
+/** Main program error codes */
+typedef enum {
+ EXPERIMENT_PLAYER_ERROR_OPEN /**< Error opening file/URI */
+} ExperimentPlayerError;
+
/*
* main.c
*/
+/** @private */
+GQuark experiment_player_error_quark(void);
+
gboolean load_media_file(const gchar *file);
gboolean load_transcript_file(const gchar *file);