aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gtk.h')
-rw-r--r--src/include/gnunet_gtk.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index 5ec8901e..b7370390 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -62,7 +62,8 @@ struct GNUNET_GTK_MainLoop;
62 * @return new main window to initialize 62 * @return new main window to initialize
63 */ 63 */
64GtkWidget * 64GtkWidget *
65GNUNET_GTK_plug_me (const char *env_name, GtkWidget *main_window); 65GNUNET_GTK_plug_me (const char *env_name,
66 GtkWidget *main_window);
66 67
67 68
68/** 69/**
@@ -91,7 +92,8 @@ GNUNET_GTK_get_data_dir (void);
91 92
92/** 93/**
93 * @brief get the path to a specific GNUnet installation directory or, 94 * @brief get the path to a specific GNUnet installation directory or,
94 * with #GNUNET_OS_IPK_SELF_PREFIX, the current running apps installation directory 95 * with #GNUNET_OS_IPK_SELF_PREFIX, the current running apps installation
96 * directory
95 * @author Milan 97 * @author Milan
96 * 98 *
97 * @param dirkind which directory should be returned 99 * @param dirkind which directory should be returned
@@ -202,8 +204,10 @@ GNUNET_FS_GTK_remove_treestore_subtree (GtkTreeStore *ts, GtkTreeIter *root);
202 * @param argv command line options 204 * @param argv command line options
203 * @param options allowed command line options 205 * @param options allowed command line options
204 * @param main_window_file glade file for the main window 206 * @param main_window_file glade file for the main window
205 * @param main_task first task to run, closure will be set to the `struct GNUNET_GTK_MainLoop` 207 * @param main_task first task to run, closure will be set to the `struct
206 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error (i.e. bad command-line options, etc) 208 * GNUNET_GTK_MainLoop`
209 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error (i.e. bad command-line
210 * options, etc)
207 */ 211 */
208int 212int
209GNUNET_GTK_main_loop_start (const char *binary_name, 213GNUNET_GTK_main_loop_start (const char *binary_name,