1.1 --- a/maemo-ui/src/mmyth_recordui.h Thu Sep 28 16:02:14 2006 +0100
1.2 +++ b/maemo-ui/src/mmyth_recordui.h Tue Apr 03 20:12:01 2007 +0100
1.3 @@ -1,7 +1,8 @@
1.4 #ifndef MMYTH_RECORD_H_
1.5 #define MMYTH_RECORD_H_
1.6
1.7 -#include "gmyth_scheduler.h"
1.8 +#include <gmyth/gmyth_scheduler.h>
1.9 +#include <gmyth/gmyth_backendinfo.h>
1.10
1.11 typedef struct _MMythRecordUI
1.12 {
1.13 @@ -32,10 +33,12 @@
1.14 GtkTreeStore *rec_tree_store;
1.15
1.16 GMythScheduler *scheduler;
1.17 +
1.18 + GMythBackendInfo* backend_info;
1.19
1.20 } MMythRecordUI;
1.21
1.22 -MMythRecordUI* mmyth_recordui_new(void);
1.23 +MMythRecordUI* mmyth_recordui_new( GMythBackendInfo* backend_info );
1.24 void mmyth_recordui_free (MMythRecordUI *recordui);
1.25
1.26 void mmyth_recordui_delete_selected (GtkButton *button, MMythRecordUI *recordui);