aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup.h')
-rw-r--r--src/setup/gnunet-setup.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/setup/gnunet-setup.h b/src/setup/gnunet-setup.h
index 74b7aba5..bc7deef8 100644
--- a/src/setup/gnunet-setup.h
+++ b/src/setup/gnunet-setup.h
@@ -33,9 +33,14 @@
33#include <gtk/gtk.h> 33#include <gtk/gtk.h>
34 34
35/** 35/**
36 * Builder for the main window. 36 * Get an object from the main window.
37 *
38 * @param name name of the object
39 * @return NULL on error, otherwise the object
37 */ 40 */
38extern GtkBuilder *builder; 41GObject *
42GNUNET_SETUP_get_object (const char *name);
43
39 44
40/** 45/**
41 * Our configuration. 46 * Our configuration.