aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 19:04:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 19:04:38 +0000
commitac6d9d268b89d6c9ea932834f9a490ea45476899 (patch)
tree25a37e6587b233ed8ecfe6a70908e0d78e4f82fd /src/include
parentdd7e000269b86a32c288da5962e7fe67f2d7890f (diff)
downloadgnunet-gtk-ac6d9d268b89d6c9ea932834f9a490ea45476899.tar.gz
gnunet-gtk-ac6d9d268b89d6c9ea932834f9a490ea45476899.zip
handle URI command line arguments also if window is not already open
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gtk.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index fc5f9fbc..98685110 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -231,8 +231,26 @@ GtkBuilder *
231GNUNET_GTK_main_loop_get_builder (struct GNUNET_GTK_MainLoop *ml); 231GNUNET_GTK_main_loop_get_builder (struct GNUNET_GTK_MainLoop *ml);
232 232
233 233
234
235/**
236 * Get remaining command line arguments.
237 *
238 * @param ml handle to the main loop
239 * @param argc set to argument count
240 * @param argv set to argument vector
241 */
242void
243GNUNET_GTK_main_loop_get_args (struct GNUNET_GTK_MainLoop * ml,
244 int *argc,
245 char *const**argv);
246
247
234/** 248/**
235 * FIXME! 249 * FIXME!
250 *
251 * @param ml FIXME
252 * @param data FIXME
253 * @return FIXME
236 */ 254 */
237int 255int
238GNUNET_GTK_main_loop_build_window (struct GNUNET_GTK_MainLoop *ml, 256GNUNET_GTK_main_loop_build_window (struct GNUNET_GTK_MainLoop *ml,