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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index 2fbde8f7..ce04f283 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -62,7 +62,7 @@ GladeXML *getMainXML (void);
62 62
63/** 63/**
64 * Appends a message to the info window 64 * Appends a message to the info window
65 * @param doPopup if YES, the info window will 65 * @param doPopup if GNUNET_YES, the info window will
66 * be opened 66 * be opened
67 */ 67 */
68void infoMessage (int doPopup, const char *format, ...); 68void infoMessage (int doPopup, const char *format, ...);
@@ -83,7 +83,7 @@ struct GE_Context *createGtkLogger (GE_KIND mask);
83 * Since GTK doesn't work with multi-threaded applications under Windows, 83 * Since GTK doesn't work with multi-threaded applications under Windows,
84 * all GTK operations have to be done in the main thread 84 * all GTK operations have to be done in the main thread
85 */ 85 */
86void *gtkSaveCall (PThreadMain func, void *arg); 86void *gtkSaveCall (GNUNET_ThreadMainFunction func, void *arg);
87 87
88/** 88/**
89 * Run the given "cb" function and save calls 89 * Run the given "cb" function and save calls
@@ -91,7 +91,7 @@ void *gtkSaveCall (PThreadMain func, void *arg);
91 * keep save calls going while something else 91 * keep save calls going while something else
92 * happens). 92 * happens).
93 */ 93 */
94void *run_with_save_calls (PThreadMain cb, void *arg); 94void *run_with_save_calls (GNUNET_ThreadMainFunction cb, void *arg);
95 95
96/** 96/**
97 * Bind handlers defined by the various 97 * Bind handlers defined by the various
@@ -154,6 +154,6 @@ void ggc_tree_model_foreach (GtkTreeModel * model,
154 GtkTreeSelectionForeachFunc func, gpointer data); 154 GtkTreeSelectionForeachFunc func, gpointer data);
155 155
156 156
157struct CronManager *gnunet_gtk_get_cron (void); 157struct GNUNET_CronManager *gnunet_gtk_get_cron (void);
158 158
159#endif 159#endif