diff options
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r-- | src/include/gnunetgtk_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h index dbea47cb..b98d132a 100644 --- a/src/include/gnunetgtk_common.h +++ b/src/include/gnunetgtk_common.h | |||
@@ -103,7 +103,7 @@ void GNUNET_GTK_notify (int type, const char *message, ...); | |||
103 | 103 | ||
104 | /** | 104 | /** |
105 | * Call a callback function from the mainloop/main thread ("SaveCall"). | 105 | * Call a callback function from the mainloop/main thread ("SaveCall"). |
106 | * Since GTK doesn't work with multi-threaded applications under Windows, | 106 | * Since GTK doesn't work with multi-threaded applications |
107 | * all GTK operations have to be done in the main thread | 107 | * all GTK operations have to be done in the main thread |
108 | */ | 108 | */ |
109 | void *GNUNET_GTK_save_call (GNUNET_ThreadMainFunction func, void *arg); | 109 | void *GNUNET_GTK_save_call (GNUNET_ThreadMainFunction func, void *arg); |