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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index bf8df6e..e563088 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -54,14 +54,14 @@ typedef struct {
} TrgMainWindowClass;
GType trg_main_window_get_type(void);
-gboolean trg_add_from_filename(TrgMainWindow *win, gchar *fileName);
-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);
+gboolean trg_add_from_filename(TrgMainWindow * win, gchar * fileName);
+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 trg_main_window_add_status_icon(TrgMainWindow *win);
-void trg_main_window_remove_status_icon(TrgMainWindow *win);
+void trg_main_window_add_status_icon(TrgMainWindow * win);
+void trg_main_window_remove_status_icon(TrgMainWindow * win);
G_END_DECLS
-
#endif /* MAIN_WINDOW_H_ */