maemo-ui/src/mmyth_uisettings.h
author melunko
Fri Nov 24 21:43:04 2006 +0000 (2006-11-24)
branchtrunk
changeset 112 a99f881ed02f
child 754 cb885ee44618
permissions -rw-r--r--
[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_
     3 
     4 gboolean mmyth_uisettings_run (GtkWindow *main_window);
     5 
     6 #endif /*MMYTH_SETTINGS_H_*/