diff options
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r-- | src/include/gnunetgtk_common.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h index a4708493..091b43cb 100644 --- a/src/include/gnunetgtk_common.h +++ b/src/include/gnunetgtk_common.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | /** | 21 | /** |
22 | * @file src/include/gnunetgtk_common.h | 22 | * @file src/include/gnunetgtk_common.h |
23 | * @author Igor Wronsky | 23 | * @author Igor Wronsky |
24 | * @author Christian Grothoff | 24 | * @author Christian Grothoff |
25 | */ | 25 | */ |
26 | 26 | ||
@@ -44,15 +44,15 @@ const char * getGladeFileName(void); | |||
44 | GladeXML * getMainXML(void); | 44 | GladeXML * getMainXML(void); |
45 | 45 | ||
46 | /** | 46 | /** |
47 | * Appends a message to the info window | 47 | * Appends a message to the info window |
48 | * @param doPopup if YES, the info window will | 48 | * @param doPopup if YES, the info window will |
49 | * be opened | 49 | * be opened |
50 | */ | 50 | */ |
51 | void infoMessage(int doPopup, | 51 | void infoMessage(int doPopup, |
52 | const char * format, | 52 | const char * format, |
53 | ...); | 53 | ...); |
54 | 54 | ||
55 | /** | 55 | /** |
56 | * Appends a log entry to the info window | 56 | * Appends a log entry to the info window |
57 | * and update the statusbar to show this | 57 | * and update the statusbar to show this |
58 | * message (until the next call). | 58 | * message (until the next call). |
@@ -60,7 +60,7 @@ void infoMessage(int doPopup, | |||
60 | * @param txt the log entry | 60 | * @param txt the log entry |
61 | */ | 61 | */ |
62 | void addLogEntry(const char * txt, ...); | 62 | void addLogEntry(const char * txt, ...); |
63 | 63 | ||
64 | /** | 64 | /** |
65 | * Simple callback function. | 65 | * Simple callback function. |
66 | */ | 66 | */ |
@@ -71,7 +71,7 @@ typedef void (*SimpleCallback)(void *); | |||
71 | * Since GTK doesn't work with multi-threaded applications under Windows, | 71 | * Since GTK doesn't work with multi-threaded applications under Windows, |
72 | * all GTK operations have to be done in the main thread | 72 | * all GTK operations have to be done in the main thread |
73 | */ | 73 | */ |
74 | void gtkSaveCall(SimpleCallback func, | 74 | void gtkSaveCall(SimpleCallback func, |
75 | void * arg); | 75 | void * arg); |
76 | 76 | ||
77 | /** | 77 | /** |
@@ -96,5 +96,5 @@ void run_with_save_calls(PThreadMain cb, | |||
96 | * Glade XML. | 96 | * Glade XML. |
97 | */ | 97 | */ |
98 | void connectGladeWithPlugins(GladeXML * xml); | 98 | void connectGladeWithPlugins(GladeXML * xml); |
99 | 99 | ||
100 | #endif | 100 | #endif |