Initial SVN import
[maemo-recorder] / src / maemo-recorder-ui.h
diff --git a/src/maemo-recorder-ui.h b/src/maemo-recorder-ui.h
new file mode 100644 (file)
index 0000000..8cc5777
--- /dev/null
@@ -0,0 +1,31 @@
+/* vim: set ts=4 sw=4 et: */
+/*
+ * maemo-recorder-ui.h
+ *
+ * Copyright (C) 2006 Nokia Corporation
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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.,
+ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ */
+
+#ifndef _MAEMO_RECORDER_UI_H_
+#define _MAEMO_RECORDER_UI_H_
+
+#include "maemo-recorder.h"
+
+gboolean maemo_recorder_ui_new(AppData *data);
+void maemo_recorder_mime_open(gpointer user_data, gint argc, gchar **argv);
+
+#endif /* _MAEMO_RECORDER_UI_H_ */