fremantle port
[maemo-recorder] / src / maemo-recorder-ui.h
1 /* vim: set ts=4 sw=4 et: */
2 /*
3  * maemo-recorder-ui.h
4  *
5  * Copyright (C) 2006 Nokia Corporation
6  *
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15  * for more details.
16  *
17  * You should have received a copy of the GNU General Public License along
18  * with this program; if not, write to the Free Software Foundation, Inc.,
19  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20  *
21  */
22
23 #ifndef _MAEMO_RECORDER_UI_H_
24 #define _MAEMO_RECORDER_UI_H_
25
26 #include "maemo-recorder.h"
27
28 gboolean maemo_recorder_ui_new(AppData *data);
29 void maemo_recorder_mime_open(gpointer user_data, gint argc, gchar **argv);
30
31 #endif /* _MAEMO_RECORDER_UI_H_ */