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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 9422cfd..0c51f67 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -60,7 +60,8 @@ GType trg_main_window_get_type(void);
gint trg_add_from_filename(TrgMainWindow * win, gchar ** uris);
gboolean on_session_set(gpointer data);
gboolean on_generic_interactive_action(gpointer data);
-void auto_connect_if_required(TrgMainWindow * win, gchar ** args);
+void auto_connect_if_required(TrgMainWindow * win);
+void trg_main_window_set_start_args(TrgMainWindow * win, gchar ** args);
TrgMainWindow *trg_main_window_new(TrgClient * tc, gboolean minonstart);
void trg_main_window_add_status_icon(TrgMainWindow * win);
void trg_main_window_remove_status_icon(TrgMainWindow * win);