diff options
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r-- | src/include/gnunetgtk_common.h | 9 |
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, | |||
80 | int gtkRunSomeSaveCalls(); | 80 | int 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 | */ | ||
88 | void 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. |