From c427fa73c4f7853de992eda9de1c818c2ee525aa Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 18 Jan 2012 23:30:02 +0000 Subject: full and default gtk3 support, almost. the graph is disabled as the drawing api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary. --- src/trg-main-window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/trg-main-window.h') diff --git a/src/trg-main-window.h b/src/trg-main-window.h index 9a60ea3..e9f3d6d 100644 --- a/src/trg-main-window.h +++ b/src/trg-main-window.h @@ -57,7 +57,7 @@ typedef struct { #define TORRENT_ADD_NOTIFY_TMOUT 3000 GType trg_main_window_get_type(void); -gboolean trg_add_from_filename(TrgMainWindow * win, gchar ** uris); +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); @@ -73,6 +73,7 @@ void trg_main_window_notebook_set_visible(TrgMainWindow * win, gboolean visible); void connect_cb(GtkWidget * w, gpointer data); void trg_main_window_reload_dir_aliases(TrgMainWindow * win); +void trg_main_window_set_start_args(TrgMainWindow * window, gchar ** args); #if !GTK_CHECK_VERSION(2, 21, 1) #define gdk_drag_context_get_actions(context) context->actions -- cgit v1.2.3