From f9a48fb5e46c387e87c190fc62046e732e776b94 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 22 Apr 2011 13:36:25 +0000 Subject: handle multiple files via libunique, also use the more reliable get_uris() in libunique --- src/trg-main-window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/trg-main-window.h') diff --git a/src/trg-main-window.h b/src/trg-main-window.h index 1c3eda8..4c46a34 100644 --- a/src/trg-main-window.h +++ b/src/trg-main-window.h @@ -57,7 +57,7 @@ typedef struct { #define TORRENT_ADD_NOTIFY_TMOUT 3000 GType trg_main_window_get_type(void); -gboolean trg_add_from_filename(TrgMainWindow * win, gchar * fileName); +gboolean trg_add_from_filename(TrgMainWindow * win, gchar ** uris); void on_session_set(JsonObject * response, int status, gpointer data); void on_generic_interactive_action(JsonObject * response, int status, gpointer data); @@ -68,8 +68,8 @@ void trg_main_window_remove_status_icon(TrgMainWindow * win); void trg_main_window_add_graph(TrgMainWindow * win, gboolean show); void trg_main_window_remove_graph(TrgMainWindow * win); TrgStateSelector *trg_main_window_get_state_selector(TrgMainWindow * win); -gint trg_mw_get_selected_torrent_id(TrgMainWindow *win); -GtkTreeModel *trg_main_window_get_torrent_model(TrgMainWindow *win); +gint trg_mw_get_selected_torrent_id(TrgMainWindow * win); +GtkTreeModel *trg_main_window_get_torrent_model(TrgMainWindow * win); G_END_DECLS #endif /* MAIN_WINDOW_H_ */ -- cgit v1.2.3