summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-03-07 09:30:52 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-03-07 09:30:52 +0000
commitecbd6bbb7423bc9b6f329f937bf740b7dc87598d (patch)
treed94b975144b1aed8300d75ab5e4a12fbc8d906de /src/trg-main-window.h
parent5cf07d32732a12cc049fde68213d4589cb951e67 (diff)
Make the presence of the graph configurable, and prevent ":" showing (introduced by gettext changes) for empty labels like errors (usually).
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index d298b48..1019ec1 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -66,6 +66,9 @@ void auto_connect_if_required(TrgMainWindow * win, trg_client * tc);
TrgMainWindow *trg_main_window_new(trg_client * tc);
void trg_main_window_add_status_icon(TrgMainWindow * win);
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);
G_END_DECLS
#endif /* MAIN_WINDOW_H_ */
+