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, 0 insertions, 7 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index 54a0e625..61bde137 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -75,13 +75,6 @@ void gtkSaveCall(SimpleCallback func,
75 void * arg); 75 void * arg);
76 76
77/** 77/**
78 * Use this method when blocking the
79 * GTK event thread and save calls should
80 * still continue.
81 */
82int gtkRunSomeSaveCalls();
83
84/**
85 * Run the given "cb" function and save calls 78 * Run the given "cb" function and save calls
86 * in parallel (used within the event loop to 79 * in parallel (used within the event loop to
87 * keep save calls going while something else 80 * keep save calls going while something else