[svn r113] A lot of changes at gmyth_socket.c and gmyth_filetransfer. From now on, file transfer dont handle the monitor socket, and the QUERY_RECORDER messages - dont call spawn livetv, dont call get_file_position, is_recording, etc. These are gmyth_livetv responsibility. File transfer now has the _new, _open, _seek, and _close methods, just like gnomevfs does.
1 #ifndef MMYTH_SETTINGS_H_
2 #define MMYTH_SETTINGS_H_
4 gboolean mmyth_uisettings_run (GtkWindow *main_window);
6 #endif /*MMYTH_SETTINGS_H_*/