aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunetgtk_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r--src/include/gnunetgtk_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index ee3e53c4..d3b7c265 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -78,5 +78,12 @@ void gtkSaveCall(SimpleCallback func,
78 * still continue. 78 * still continue.
79 */ 79 */
80int gtkRunSomeSaveCalls(); 80int gtkRunSomeSaveCalls();
81
82/**
83 * Bind handlers defined by the various
84 * plugins to the signals defined by the
85 * Glade XML.
86 */
87void connectGladeWithPlugins(GladeXML * xml);
81 88
82#endif 89#endif