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, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index 730aacd0..523524d6 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -57,6 +57,18 @@ struct GNUNET_GTK_MainLoop;
57/* ****************** Initialization *************** */ 57/* ****************** Initialization *************** */
58 58
59/** 59/**
60 * If desired, enable plugging of this main window in the meta window.
61 *
62 * @param env_name environment variable to check
63 * @param main_window main window to plug
64 * @return new main window to initialize
65 */
66GtkWidget *
67GNUNET_GTK_plug_me (const char *env_name,
68 GtkWidget *main_window);
69
70
71/**
60 * Initialize natural language support. 72 * Initialize natural language support.
61 */ 73 */
62void 74void