summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 17:15:31 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 17:15:31 +0000
commitbd758ee4fc423b9ca152a01f897609daa656c938 (patch)
tree0378306b5b007f38f0c4f6c0d868215f70fd70d6 /src/trg-main-window.h
parentb8a1599a2ab9eafd496ba23179dda97d6e83e917 (diff)
Profile support! Please test and report bugs, as the config system is totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 4c46a34..89eb12a 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -61,8 +61,8 @@ 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);
-void auto_connect_if_required(TrgMainWindow * win, trg_client * tc);
-TrgMainWindow *trg_main_window_new(trg_client * tc);
+void auto_connect_if_required(TrgMainWindow * win, TrgClient * tc);
+TrgMainWindow *trg_main_window_new(TrgClient * 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);