summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-08 21:47:27 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-08 21:47:27 +0000
commit35ab76c3e30c2721b5c4ba17d4c9f89cc5759131 (patch)
treef3d2f857a2fda4597bd62fd6de4c7ec59a97a348 /src/trg-main-window.h
parent6da9f33b200227e3dadf53d3fdbbf7712b90ba01 (diff)
sync up the view menu and the desktop preferences page a bit
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index ed28f04..da04254 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -70,6 +70,7 @@ 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);
+void trg_main_window_notebook_set_visible(TrgMainWindow *win, gboolean visible);
G_END_DECLS
#endif /* MAIN_WINDOW_H_ */