aboutsummaryrefslogtreecommitdiff
path: root/src/main/gnunet-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/gnunet-gtk.c')
-rw-r--r--src/main/gnunet-gtk.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/main/gnunet-gtk.c b/src/main/gnunet-gtk.c
index 01b27a62..8d01a718 100644
--- a/src/main/gnunet-gtk.c
+++ b/src/main/gnunet-gtk.c
@@ -127,11 +127,9 @@ get_object (const char *name)
127 * Actual main to tear down the system. 127 * Actual main to tear down the system.
128 * 128 *
129 * @param cls the main loop handle 129 * @param cls the main loop handle
130 * @param tc scheduler context
131 */ 130 */
132static void 131static void
133cleanup_task (void *cls, 132cleanup_task (void *cls)
134 const struct GNUNET_SCHEDULER_TaskContext *tc)
135{ 133{
136 struct Plug *p; 134 struct Plug *p;
137 135
@@ -213,11 +211,9 @@ start_process (struct Plug *p)
213 * Restart crashed plugin process. 211 * Restart crashed plugin process.
214 * 212 *
215 * @param cls the `struct Plug` of the plugin 213 * @param cls the `struct Plug` of the plugin
216 * @param tc scheduler context
217 */ 214 */
218static void 215static void
219restart_process (void *cls, 216restart_process (void *cls)
220 const struct GNUNET_SCHEDULER_TaskContext *tc)
221{ 217{
222 struct Plug *p = cls; 218 struct Plug *p = cls;
223 219
@@ -307,11 +303,9 @@ plug (const char *container,
307 * Actual main method that sets up the configuration window. 303 * Actual main method that sets up the configuration window.
308 * 304 *
309 * @param cls the main loop handle 305 * @param cls the main loop handle
310 * @param tc scheduler context
311 */ 306 */
312static void 307static void
313run (void *cls, 308run (void *cls)
314 const struct GNUNET_SCHEDULER_TaskContext *tc)
315{ 309{
316 GtkWidget *main_window; 310 GtkWidget *main_window;
317 311