summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 564dc24..1c3eda8 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -68,6 +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);
G_END_DECLS
#endif /* MAIN_WINDOW_H_ */