diff options
Diffstat (limited to 'src/include/gnunet_gtk.h')
-rw-r--r-- | src/include/gnunet_gtk.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h index f5e61bb7..c567efb0 100644 --- a/src/include/gnunet_gtk.h +++ b/src/include/gnunet_gtk.h | |||
@@ -146,6 +146,7 @@ GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help, | |||
146 | const char *main_window_file, | 146 | const char *main_window_file, |
147 | GNUNET_SCHEDULER_Task main_task); | 147 | GNUNET_SCHEDULER_Task main_task); |
148 | 148 | ||
149 | |||
149 | /** | 150 | /** |
150 | * Get an object from the main window. | 151 | * Get an object from the main window. |
151 | * | 152 | * |
@@ -160,6 +161,16 @@ GNUNET_GTK_main_loop_get_object (struct GNUNET_GTK_MainLoop *ml, | |||
160 | 161 | ||
161 | 162 | ||
162 | /** | 163 | /** |
164 | * Obtain the name of the configuration file that is being used. | ||
165 | * | ||
166 | * @param ml handle to the main loop | ||
167 | * @return name of configuration file | ||
168 | */ | ||
169 | const char * | ||
170 | GNUNET_GTK_main_loop_get_configuration_file (struct GNUNET_GTK_MainLoop *ml); | ||
171 | |||
172 | |||
173 | /** | ||
163 | * Get the configuration. | 174 | * Get the configuration. |
164 | * | 175 | * |
165 | * @param ml handle to the main loop | 176 | * @param ml handle to the main loop |