aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunetgtk_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-07-05 22:36:34 +0000
committerChristian Grothoff <christian@grothoff.org>2005-07-05 22:36:34 +0000
commit2a8eb398fb4b687e6bf8207d75e6b20502f0051c (patch)
treee6e768a4f96c96447e8d4509282ebbcd27ddc585 /src/include/gnunetgtk_common.h
parent6f5b500f0c621c642e4c147f8662f569d2ddb5f1 (diff)
downloadgnunet-gtk-2a8eb398fb4b687e6bf8207d75e6b20502f0051c.tar.gz
gnunet-gtk-2a8eb398fb4b687e6bf8207d75e6b20502f0051c.zip
proper signal connect code, more use of glade
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