summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-22 13:36:25 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-22 13:36:25 +0000
commitf9a48fb5e46c387e87c190fc62046e732e776b94 (patch)
treeac839b4f89d7cb09e2193190251684b904eabcac /src/trg-main-window.h
parent935c6cc0529ae5bd284d3f4e9030c04e3ecddd6a (diff)
handle multiple files via libunique, also use the more reliable get_uris() in libunique
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h6
1 files changed, 3 insertions, 3 deletions
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_ */