diff options
Diffstat (limited to 'src/include/gnunet_gtk.h')
-rw-r--r-- | src/include/gnunet_gtk.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h index c1528759..2d53806d 100644 --- a/src/include/gnunet_gtk.h +++ b/src/include/gnunet_gtk.h | |||
@@ -208,6 +208,18 @@ GObject * | |||
208 | GNUNET_GTK_main_loop_get_object (struct GNUNET_GTK_MainLoop *ml, | 208 | GNUNET_GTK_main_loop_get_object (struct GNUNET_GTK_MainLoop *ml, |
209 | const char *name); | 209 | const char *name); |
210 | 210 | ||
211 | /** | ||
212 | * Get the builder from the main window. | ||
213 | * | ||
214 | * @param ml handle to the main loop | ||
215 | * @return NULL on error, otherwise the builder | ||
216 | */ | ||
217 | GtkBuilder * | ||
218 | GNUNET_GTK_main_loop_get_builder (struct GNUNET_GTK_MainLoop *ml); | ||
219 | |||
220 | int | ||
221 | GNUNET_GTK_main_loop_build_window (struct GNUNET_GTK_MainLoop *ml, | ||
222 | gpointer data); | ||
211 | 223 | ||
212 | 224 | ||
213 | /** | 225 | /** |