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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index d3b7c265..50cdca3f 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -80,6 +80,15 @@ void gtkSaveCall(SimpleCallback func,
80int gtkRunSomeSaveCalls(); 80int gtkRunSomeSaveCalls();
81 81
82/** 82/**
83 * Run the given "cb" function and save calls
84 * in parallel (used within the event loop to
85 * keep save calls going while something else
86 * happens).
87 */
88void run_with_save_calls(PThreadMain cb,
89 void * arg);
90
91/**
83 * Bind handlers defined by the various 92 * Bind handlers defined by the various
84 * plugins to the signals defined by the 93 * plugins to the signals defined by the
85 * Glade XML. 94 * Glade XML.