aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c12
-rw-r--r--src/fs/gnunet-fs-gtk_publish-edit-dialog.c2
-rw-r--r--src/fs/gnunet-fs-gtk_unindex.c11
-rw-r--r--src/fs/gnunet-fs-gtk_unindex.h11
-rw-r--r--src/include/gnunet_gtk.h15
-rw-r--r--src/lib/about.c6
-rw-r--r--src/lib/os_installation.c1
-rw-r--r--src/setup/gnunet-setup-gns-edit.c55
-rw-r--r--src/setup/gnunet-setup-gns-edit.h11
-rw-r--r--src/setup/gnunet-setup-gns.c8
-rw-r--r--src/statistics/gnunet-statistics-gtk.c2
11 files changed, 59 insertions, 75 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index a441eeaf..de01865e 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -909,7 +909,7 @@ download_as_ctx_menu (GtkMenuItem *item, gpointer user_data)
909 * Download "abort" was selected in the current search context menu. 909 * Download "abort" was selected in the current search context menu.
910 * 910 *
911 * @param item the 'abort' menu item 911 * @param item the 'abort' menu item
912 * @parma user_data the 'struct SearchListPopupContext' with the download to abort. 912 * @param user_data the 'struct SearchListPopupContext' with the download to abort.
913 */ 913 */
914static void 914static void
915abort_download_ctx_menu (GtkMenuItem *item, gpointer user_data) 915abort_download_ctx_menu (GtkMenuItem *item, gpointer user_data)
@@ -929,7 +929,7 @@ abort_download_ctx_menu (GtkMenuItem *item, gpointer user_data)
929 * Copy current URI to clipboard was selected in the current context menu. 929 * Copy current URI to clipboard was selected in the current context menu.
930 * 930 *
931 * @param item the 'copy-to-clipboard' menu item 931 * @param item the 'copy-to-clipboard' menu item
932 * @parma user_data the 'struct SearchListPopupContext' of the menu 932 * @param user_data the 'struct SearchListPopupContext' of the menu
933 */ 933 */
934static void 934static void
935copy_search_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data) 935copy_search_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data)
@@ -2357,8 +2357,8 @@ GNUNET_GTK_add_search_result (struct SearchTab *tab,
2357 2357
2358 2358
2359/** 2359/**
2360 * Sets downloaded name on an item referenced by @rr 2360 * Sets downloaded name on an item referenced by @a rr
2361 * in a tree store @ts to @filename. 2361 * in a tree store @a ts to @a filename.
2362 * Used by SaveAs dialog to communicate back new filename 2362 * Used by SaveAs dialog to communicate back new filename
2363 * (unless SaveAs dialog initiates the download by itself). 2363 * (unless SaveAs dialog initiates the download by itself).
2364 * Arguments can be taken from DownloadEntry. 2364 * Arguments can be taken from DownloadEntry.
@@ -3535,7 +3535,7 @@ publish_list_popup_selection_done (GtkMenuShell *menushell,
3535 * Publish "abort" was selected in the current publish context menu. 3535 * Publish "abort" was selected in the current publish context menu.
3536 * 3536 *
3537 * @param item the 'abort' menu item 3537 * @param item the 'abort' menu item
3538 * @parma user_data the 'struct PublishListPopupContext' with the operation to abort. 3538 * @param user_data the 'struct PublishListPopupContext' with the operation to abort.
3539 */ 3539 */
3540static void 3540static void
3541abort_publish_ctx_menu (GtkMenuItem *item, gpointer user_data) 3541abort_publish_ctx_menu (GtkMenuItem *item, gpointer user_data)
@@ -3552,7 +3552,7 @@ abort_publish_ctx_menu (GtkMenuItem *item, gpointer user_data)
3552 * Copy current URI to clipboard was selected in the current context menu. 3552 * Copy current URI to clipboard was selected in the current context menu.
3553 * 3553 *
3554 * @param item the 'copy-to-clipboard' menu item 3554 * @param item the 'copy-to-clipboard' menu item
3555 * @parma user_data the 'struct DownloadListPopupContext' of the menu 3555 * @param user_data the 'struct DownloadListPopupContext' of the menu
3556 */ 3556 */
3557static void 3557static void
3558copy_publish_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data) 3558copy_publish_uri_to_clipboard_ctx_menu (GtkMenuItem *item, gpointer user_data)
diff --git a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
index 46ac1f63..22d6e6ed 100644
--- a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
@@ -419,7 +419,7 @@ GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb (GtkCellR
419 * 'GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb'. 419 * 'GNUNET_GTK_edit_publication_metadata_tree_view_type_renderer_edited_cb'.
420 * 420 *
421 * @param combo combo box that was dropped down 421 * @param combo combo box that was dropped down
422 * @param path which item was changed in the tree view 422 * @param path_string which item was changed in the tree view
423 * @param new_iter item that is now selected in the drop-down combo box 423 * @param new_iter item that is now selected in the drop-down combo box
424 * @param user_data the 'struct EditPublicationDialogContext' 424 * @param user_data the 'struct EditPublicationDialogContext'
425 */ 425 */
diff --git a/src/fs/gnunet-fs-gtk_unindex.c b/src/fs/gnunet-fs-gtk_unindex.c
index 442487af..83236142 100644
--- a/src/fs/gnunet-fs-gtk_unindex.c
+++ b/src/fs/gnunet-fs-gtk_unindex.c
@@ -430,11 +430,12 @@ GNUNET_GTK_main_menu_unindex_activate_cb (GtkWidget * dummy,
430 * An unindex operation resumed. Setup the 430 * An unindex operation resumed. Setup the
431 * internal context for Gtk. 431 * internal context for Gtk.
432 * 432 *
433 * @param fs unindex context with the FS library 433 * @param uc unindex context with the FS library
434 * @param filename name of file being unindexed 434 * @param filename name of file being unindexed
435 * @param filesize size of the file 435 * @param filesize size of the file
436 * @param completed how many bytes were done so far 436 * @param completed how many bytes were done so far
437 * @param emsg NULL if everything is fine, otherwise error message 437 * @param emsg NULL if everything is fine, otherwise error message
438 * @return entry for the resumed operation
438 */ 439 */
439struct UnindexEntry * 440struct UnindexEntry *
440GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc, 441GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc,
@@ -460,7 +461,7 @@ GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc,
460 461
461 462
462/** 463/**
463 * FS notified us that our undex operation was stopped. 464 * FS notified us that our unindex operation was stopped.
464 * 465 *
465 * @param ue operation that stopped 466 * @param ue operation that stopped
466 */ 467 */
@@ -496,7 +497,7 @@ GNUNET_FS_GTK_unindex_handle_stop_ (struct UnindexEntry *ue)
496 497
497 498
498/** 499/**
499 * FS notified us that our undex operation had an error. 500 * FS notified us that our unindex operation had an error.
500 * 501 *
501 * @param ue operation that had an error 502 * @param ue operation that had an error
502 * @param emsg error message 503 * @param emsg error message
@@ -527,7 +528,7 @@ GNUNET_FS_GTK_unindex_handle_error_ (struct UnindexEntry *ue,
527 528
528 529
529/** 530/**
530 * FS notified us that our undex operation made progress 531 * FS notified us that our unindex operation made progress
531 * 532 *
532 * @param ue operation that made progress 533 * @param ue operation that made progress
533 * @param completed number of bytes completed now 534 * @param completed number of bytes completed now
@@ -557,7 +558,7 @@ GNUNET_FS_GTK_unindex_handle_progress_ (struct UnindexEntry *ue,
557 558
558 559
559/** 560/**
560 * FS notified us that our undex operation completed 561 * FS notified us that our unindex operation completed
561 * 562 *
562 * @param ue operation that completed 563 * @param ue operation that completed
563 */ 564 */
diff --git a/src/fs/gnunet-fs-gtk_unindex.h b/src/fs/gnunet-fs-gtk_unindex.h
index d1f79006..8a73241d 100644
--- a/src/fs/gnunet-fs-gtk_unindex.h
+++ b/src/fs/gnunet-fs-gtk_unindex.h
@@ -40,11 +40,12 @@ struct UnindexEntry;
40 * An unindex operation resumed. Setup the 40 * An unindex operation resumed. Setup the
41 * internal context for Gtk. 41 * internal context for Gtk.
42 * 42 *
43 * @param fs unindex context with the FS library 43 * @param uc unindex context with the FS library
44 * @param filename name of file being unindexed 44 * @param filename name of file being unindexed
45 * @param filesize size of the file 45 * @param filesize size of the file
46 * @param completed how many bytes were done so far 46 * @param completed how many bytes were done so far
47 * @param emsg NULL if everything is fine, otherwise error message 47 * @param emsg NULL if everything is fine, otherwise error message
48 * @return entry for the resumed operation
48 */ 49 */
49struct UnindexEntry * 50struct UnindexEntry *
50GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc, 51GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc,
@@ -55,7 +56,7 @@ GNUNET_FS_GTK_unindex_handle_resume_ (struct GNUNET_FS_UnindexContext *uc,
55 56
56 57
57/** 58/**
58 * FS notified us that our undex operation was stopped. 59 * FS notified us that our unindex operation was stopped.
59 * 60 *
60 * @param ue operation that stopped 61 * @param ue operation that stopped
61 */ 62 */
@@ -64,7 +65,7 @@ GNUNET_FS_GTK_unindex_handle_stop_ (struct UnindexEntry *ue);
64 65
65 66
66/** 67/**
67 * FS notified us that our undex operation had an error. 68 * FS notified us that our unindex operation had an error.
68 * 69 *
69 * @param ue operation that 70 * @param ue operation that
70 * @param emsg error message 71 * @param emsg error message
@@ -75,7 +76,7 @@ GNUNET_FS_GTK_unindex_handle_error_ (struct UnindexEntry *ue,
75 76
76 77
77/** 78/**
78 * FS notified us that our undex operation made progress 79 * FS notified us that our unindex operation made progress
79 * 80 *
80 * @param ue operation that made progress 81 * @param ue operation that made progress
81 * @param completed number of bytes completed now 82 * @param completed number of bytes completed now
@@ -86,7 +87,7 @@ GNUNET_FS_GTK_unindex_handle_progress_ (struct UnindexEntry *ue,
86 87
87 88
88/** 89/**
89 * FS notified us that our undex operation completed 90 * FS notified us that our unindex operation completed
90 * 91 *
91 * @param ue operation that completed 92 * @param ue operation that completed
92 */ 93 */
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index 88d03481..5f38dd3c 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011 Christian Grothoff (and other contributing authors) 3 (C) 2011, 2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -82,8 +82,10 @@ GNUNET_GTK_get_data_dir (void);
82 82
83/** 83/**
84 * @brief get the path to a specific GNUnet installation directory or, 84 * @brief get the path to a specific GNUnet installation directory or,
85 * with GNUNET_IPK_SELF_PREFIX, the current running apps installation directory 85 * with #GNUNET_OS_IPK_SELF_PREFIX, the current running apps installation directory
86 * @author Milan 86 * @author Milan
87 *
88 * @param dirkind which directory should be returned
87 * @return a pointer to the dir path (to be freed by the caller) 89 * @return a pointer to the dir path (to be freed by the caller)
88 */ 90 */
89char * 91char *
@@ -107,7 +109,10 @@ GNUNET_GTK_get_new_builder (const char *filename,
107 109
108 110
109/** 111/**
110 * This displays an about dialog. 112 * This displays an about dialog. The dialog must be called
113 * "about_window" with "about_credits_notebook" and
114 * "about_license_scroller" and "about_license_contents" being the
115 * respective subdialogs.
111 * 116 *
112 * @param dialogfile name of the glade file containing the dialog 117 * @param dialogfile name of the glade file containing the dialog
113 */ 118 */
@@ -195,7 +200,7 @@ GNUNET_FS_GTK_remove_treestore_subtree (GtkTreeStore * ts,
195 * @param options allowed command line options 200 * @param options allowed command line options
196 * @param main_window_file glade file for the main window 201 * @param main_window_file glade file for the main window
197 * @param main_task first task to run, closure will be set to the 'struct GNUNET_GTK_MainLoop' 202 * @param main_task first task to run, closure will be set to the 'struct GNUNET_GTK_MainLoop'
198 * @return GNUNET_OK on success, GNUNET_SYSERR on error (i.e. bad command-line options, etc) 203 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error (i.e. bad command-line options, etc)
199 */ 204 */
200int 205int
201GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help, 206GNUNET_GTK_main_loop_start (const char *binary_name, const char *binary_help,
@@ -308,7 +313,7 @@ GNUNET_GTK_animation_context_destroy (struct GNUNET_FS_AnimationContext *ac);
308 * Obtain the animated pixbuf from an animation context. Note 313 * Obtain the animated pixbuf from an animation context. Note
309 * that the pixbuf will only properly work within GtkTreeViews 314 * that the pixbuf will only properly work within GtkTreeViews
310 * where the column with the image has been registered using 315 * where the column with the image has been registered using
311 * GNUNET_GTK_animation_tree_view_register. 316 * #GNUNET_GTK_animation_tree_view_register.
312 * 317 *
313 * @param ac animation context to query 318 * @param ac animation context to query
314 * @return pixbuf of the AC, NULL on error loading the pixbuf 319 * @return pixbuf of the AC, NULL on error loading the pixbuf
diff --git a/src/lib/about.c b/src/lib/about.c
index 58c6aafc..ec63a091 100644
--- a/src/lib/about.c
+++ b/src/lib/about.c
@@ -117,10 +117,12 @@ GNUNET_GTK_about_license_button_clicked (GtkButton * widget, struct AboutDialogC
117 117
118 118
119/** 119/**
120 * This displays an about dialog. 120 * This displays an about dialog. The dialog must be called
121 * "about_window" with "about_credits_notebook" and
122 * "about_license_scroller" and "about_license_contents" being the
123 * respective subdialogs.
121 * 124 *
122 * @param dialogfile name of the glade file containing the dialog 125 * @param dialogfile name of the glade file containing the dialog
123 * @param dialogname name of the about dialog in the file
124 */ 126 */
125void 127void
126GNUNET_GTK_display_about (const char *dialogfile) 128GNUNET_GTK_display_about (const char *dialogfile)
diff --git a/src/lib/os_installation.c b/src/lib/os_installation.c
index db2c3360..e73ed63e 100644
--- a/src/lib/os_installation.c
+++ b/src/lib/os_installation.c
@@ -304,7 +304,6 @@ get_path_from_dyld_image ()
304 * Return the actual path to a file found in the current 304 * Return the actual path to a file found in the current
305 * PATH environment variable. 305 * PATH environment variable.
306 * 306 *
307 * @param binary the name of the file to find
308 * @return path to binary, NULL if not found 307 * @return path to binary, NULL if not found
309 */ 308 */
310static char * 309static char *
diff --git a/src/setup/gnunet-setup-gns-edit.c b/src/setup/gnunet-setup-gns-edit.c
index 9759ecdf..8bb79b21 100644
--- a/src/setup/gnunet-setup-gns-edit.c
+++ b/src/setup/gnunet-setup-gns-edit.c
@@ -465,6 +465,7 @@ edit_dialog_a_validity_check (struct EditDialogContext *edc)
465 * continuation. 465 * continuation.
466 * 466 *
467 * @param dialog editing dialog 467 * @param dialog editing dialog
468 * @param response_id action that caused the dialog to be closed
468 * @param user_data the 'struct EditDialogContext' 469 * @param user_data the 'struct EditDialogContext'
469 */ 470 */
470void 471void
@@ -497,7 +498,6 @@ GNS_edit_a_dialog_response_cb (GtkDialog *dialog,
497 * button depending on the validity of the value. 498 * button depending on the validity of the value.
498 * 499 *
499 * @param entry editing widget 500 * @param entry editing widget
500 * @param preedit new value
501 * @param user_data the 'struct EditDialogContext' of the dialog 501 * @param user_data the 'struct EditDialogContext' of the dialog
502 */ 502 */
503void 503void
@@ -513,7 +513,6 @@ GNS_edit_dialog_a_entry_changed_cb (GtkEditable *entry,
513/** 513/**
514 * Run an GNS Edit dialog for an 'A' Record. 514 * Run an GNS Edit dialog for an 'A' Record.
515 * 515 *
516 * @param cont continuation to call when done
517 * @param edc editing context to use 516 * @param edc editing context to use
518 */ 517 */
519void 518void
@@ -575,6 +574,7 @@ edit_dialog_aaaa_validity_check (struct EditDialogContext *edc)
575 * continuation. 574 * continuation.
576 * 575 *
577 * @param dialog editing dialog 576 * @param dialog editing dialog
577 * @param response_id action that caused the dialog to be closed
578 * @param user_data the 'struct EditDialogContext' 578 * @param user_data the 'struct EditDialogContext'
579 */ 579 */
580void 580void
@@ -607,7 +607,6 @@ GNS_edit_aaaa_dialog_response_cb (GtkDialog *dialog,
607 * button depending on the validity of the value. 607 * button depending on the validity of the value.
608 * 608 *
609 * @param entry editing widget 609 * @param entry editing widget
610 * @param preedit new value
611 * @param user_data the 'struct EditDialogContext' of the dialog 610 * @param user_data the 'struct EditDialogContext' of the dialog
612 */ 611 */
613void 612void
@@ -623,7 +622,6 @@ GNS_edit_dialog_aaaa_entry_changed_cb (GtkEditable *entry,
623/** 622/**
624 * Run an GNS Edit dialog for an 'AAAA' Record. 623 * Run an GNS Edit dialog for an 'AAAA' Record.
625 * 624 *
626 * @param cont continuation to call when done
627 * @param edc editing context to use 625 * @param edc editing context to use
628 */ 626 */
629void 627void
@@ -684,6 +682,7 @@ edit_dialog_cname_validity_check (struct EditDialogContext *edc)
684 * continuation. 682 * continuation.
685 * 683 *
686 * @param dialog editing dialog 684 * @param dialog editing dialog
685 * @param response_id action that caused the dialog to be closed
687 * @param user_data the 'struct EditDialogContext' 686 * @param user_data the 'struct EditDialogContext'
688 */ 687 */
689void 688void
@@ -716,7 +715,6 @@ GNS_edit_cname_dialog_response_cb (GtkDialog *dialog,
716 * button depending on the validity of the value. 715 * button depending on the validity of the value.
717 * 716 *
718 * @param entry editing widget 717 * @param entry editing widget
719 * @param preedit new value
720 * @param user_data the 'struct EditDialogContext' of the dialog 718 * @param user_data the 'struct EditDialogContext' of the dialog
721 */ 719 */
722void 720void
@@ -732,7 +730,6 @@ GNS_edit_dialog_cname_entry_changed_cb (GtkEditable *entry,
732/** 730/**
733 * Run an GNS Edit dialog for an 'CNAME' Record. 731 * Run an GNS Edit dialog for an 'CNAME' Record.
734 * 732 *
735 * @param cont continuation to call when done
736 * @param edc editing context to use 733 * @param edc editing context to use
737 */ 734 */
738void 735void
@@ -793,6 +790,7 @@ edit_dialog_leho_validity_check (struct EditDialogContext *edc)
793 * continuation. 790 * continuation.
794 * 791 *
795 * @param dialog editing dialog 792 * @param dialog editing dialog
793 * @param response_id action that caused the dialog to be closed
796 * @param user_data the 'struct EditDialogContext' 794 * @param user_data the 'struct EditDialogContext'
797 */ 795 */
798void 796void
@@ -825,7 +823,6 @@ GNS_edit_leho_dialog_response_cb (GtkDialog *dialog,
825 * button depending on the validity of the value. 823 * button depending on the validity of the value.
826 * 824 *
827 * @param entry editing widget 825 * @param entry editing widget
828 * @param preedit new value
829 * @param user_data the 'struct EditDialogContext' of the dialog 826 * @param user_data the 'struct EditDialogContext' of the dialog
830 */ 827 */
831void 828void
@@ -841,7 +838,6 @@ GNS_edit_dialog_leho_entry_changed_cb (GtkEditable *entry,
841/** 838/**
842 * Run an GNS Edit dialog for an 'LEHO' Record. 839 * Run an GNS Edit dialog for an 'LEHO' Record.
843 * 840 *
844 * @param cont continuation to call when done
845 * @param edc editing context to use 841 * @param edc editing context to use
846 */ 842 */
847void 843void
@@ -902,6 +898,7 @@ edit_dialog_mx_validity_check (struct EditDialogContext *edc)
902 * continuation. 898 * continuation.
903 * 899 *
904 * @param dialog editing dialog 900 * @param dialog editing dialog
901 * @param response_id action that caused the dialog to be closed
905 * @param user_data the 'struct EditDialogContext' 902 * @param user_data the 'struct EditDialogContext'
906 */ 903 */
907void 904void
@@ -943,7 +940,6 @@ GNS_edit_mx_dialog_response_cb (GtkDialog *dialog,
943 * button depending on the validity of the value. 940 * button depending on the validity of the value.
944 * 941 *
945 * @param entry editing widget 942 * @param entry editing widget
946 * @param preedit new value
947 * @param user_data the 'struct EditDialogContext' of the dialog 943 * @param user_data the 'struct EditDialogContext' of the dialog
948 */ 944 */
949void 945void
@@ -959,7 +955,6 @@ GNS_edit_dialog_mx_entry_changed_cb (GtkEditable *entry,
959/** 955/**
960 * Run an GNS Edit dialog for an 'MX' Record. 956 * Run an GNS Edit dialog for an 'MX' Record.
961 * 957 *
962 * @param cont continuation to call when done
963 * @param edc editing context to use 958 * @param edc editing context to use
964 */ 959 */
965void 960void
@@ -1036,12 +1031,13 @@ edit_dialog_ns_validity_check (struct EditDialogContext *edc)
1036 * continuation. 1031 * continuation.
1037 * 1032 *
1038 * @param dialog editing dialog 1033 * @param dialog editing dialog
1034 * @param response_id action that caused the dialog to be closed
1039 * @param user_data the 'struct EditDialogContext' 1035 * @param user_data the 'struct EditDialogContext'
1040 */ 1036 */
1041void 1037void
1042GNS_edit_ns_dialog_response_cb (GtkDialog *dialog, 1038GNS_edit_ns_dialog_response_cb (GtkDialog *dialog,
1043 gint response_id, 1039 gint response_id,
1044 gpointer user_data) 1040 gpointer user_data)
1045{ 1041{
1046 struct EditDialogContext *edc = user_data; 1042 struct EditDialogContext *edc = user_data;
1047 GtkEntry *entry; 1043 GtkEntry *entry;
@@ -1068,12 +1064,11 @@ GNS_edit_ns_dialog_response_cb (GtkDialog *dialog,
1068 * button depending on the validity of the value. 1064 * button depending on the validity of the value.
1069 * 1065 *
1070 * @param entry editing widget 1066 * @param entry editing widget
1071 * @param preedit new value
1072 * @param user_data the 'struct EditDialogContext' of the dialog 1067 * @param user_data the 'struct EditDialogContext' of the dialog
1073 */ 1068 */
1074void 1069void
1075GNS_edit_dialog_ns_entry_changed_cb (GtkEditable *entry, 1070GNS_edit_dialog_ns_entry_changed_cb (GtkEditable *entry,
1076 gpointer user_data) 1071 gpointer user_data)
1077{ 1072{
1078 struct EditDialogContext *edc = user_data; 1073 struct EditDialogContext *edc = user_data;
1079 1074
@@ -1084,7 +1079,6 @@ GNS_edit_dialog_ns_entry_changed_cb (GtkEditable *entry,
1084/** 1079/**
1085 * Run an GNS Edit dialog for an 'NS' Record. 1080 * Run an GNS Edit dialog for an 'NS' Record.
1086 * 1081 *
1087 * @param cont continuation to call when done
1088 * @param edc editing context to use 1082 * @param edc editing context to use
1089 */ 1083 */
1090void 1084void
@@ -1149,6 +1143,7 @@ edit_dialog_pkey_validity_check (struct EditDialogContext *edc)
1149 * continuation. 1143 * continuation.
1150 * 1144 *
1151 * @param dialog editing dialog 1145 * @param dialog editing dialog
1146 * @param response_id action that caused the dialog to be closed
1152 * @param user_data the 'struct EditDialogContext' 1147 * @param user_data the 'struct EditDialogContext'
1153 */ 1148 */
1154void 1149void
@@ -1181,7 +1176,6 @@ GNS_edit_pkey_dialog_response_cb (GtkDialog *dialog,
1181 * button depending on the validity of the value. 1176 * button depending on the validity of the value.
1182 * 1177 *
1183 * @param entry editing widget 1178 * @param entry editing widget
1184 * @param preedit new value
1185 * @param user_data the 'struct EditDialogContext' of the dialog 1179 * @param user_data the 'struct EditDialogContext' of the dialog
1186 */ 1180 */
1187void 1181void
@@ -1197,7 +1191,6 @@ GNS_edit_dialog_pkey_entry_changed_cb (GtkEditable *entry,
1197/** 1191/**
1198 * Run an GNS Edit dialog for an 'PKEY' Record. 1192 * Run an GNS Edit dialog for an 'PKEY' Record.
1199 * 1193 *
1200 * @param cont continuation to call when done
1201 * @param edc editing context to use 1194 * @param edc editing context to use
1202 */ 1195 */
1203void 1196void
@@ -1258,12 +1251,13 @@ edit_dialog_ptr_validity_check (struct EditDialogContext *edc)
1258 * continuation. 1251 * continuation.
1259 * 1252 *
1260 * @param dialog editing dialog 1253 * @param dialog editing dialog
1254 * @param response_id action that caused the dialog to be closed
1261 * @param user_data the 'struct EditDialogContext' 1255 * @param user_data the 'struct EditDialogContext'
1262 */ 1256 */
1263void 1257void
1264GNS_edit_ptr_dialog_response_cb (GtkDialog *dialog, 1258GNS_edit_ptr_dialog_response_cb (GtkDialog *dialog,
1265 gint response_id, 1259 gint response_id,
1266 gpointer user_data) 1260 gpointer user_data)
1267{ 1261{
1268 struct EditDialogContext *edc = user_data; 1262 struct EditDialogContext *edc = user_data;
1269 GtkEntry *entry; 1263 GtkEntry *entry;
@@ -1290,7 +1284,6 @@ GNS_edit_ptr_dialog_response_cb (GtkDialog *dialog,
1290 * button depending on the validity of the value. 1284 * button depending on the validity of the value.
1291 * 1285 *
1292 * @param entry editing widget 1286 * @param entry editing widget
1293 * @param preedit new value
1294 * @param user_data the 'struct EditDialogContext' of the dialog 1287 * @param user_data the 'struct EditDialogContext' of the dialog
1295 */ 1288 */
1296void 1289void
@@ -1306,7 +1299,6 @@ GNS_edit_dialog_ptr_entry_changed_cb (GtkEditable *entry,
1306/** 1299/**
1307 * Run an GNS Edit dialog for an 'PTR' Record. 1300 * Run an GNS Edit dialog for an 'PTR' Record.
1308 * 1301 *
1309 * @param cont continuation to call when done
1310 * @param edc editing context to use 1302 * @param edc editing context to use
1311 */ 1303 */
1312void 1304void
@@ -1382,6 +1374,7 @@ edit_dialog_soa_validity_check (struct EditDialogContext *edc)
1382 * continuation. 1374 * continuation.
1383 * 1375 *
1384 * @param dialog editing dialog 1376 * @param dialog editing dialog
1377 * @param response_id action that caused the dialog to be closed
1385 * @param user_data the 'struct EditDialogContext' 1378 * @param user_data the 'struct EditDialogContext'
1386 */ 1379 */
1387void 1380void
@@ -1442,7 +1435,6 @@ GNS_edit_soa_dialog_response_cb (GtkDialog *dialog,
1442 * button depending on the validity of the value. 1435 * button depending on the validity of the value.
1443 * 1436 *
1444 * @param entry editing widget 1437 * @param entry editing widget
1445 * @param preedit new value
1446 * @param user_data the 'struct EditDialogContext' of the dialog 1438 * @param user_data the 'struct EditDialogContext' of the dialog
1447 */ 1439 */
1448void 1440void
@@ -1460,7 +1452,6 @@ GNS_edit_dialog_soa_contact_email_entry_changed_cb (GtkEditable *entry,
1460 * button depending on the validity of the value. 1452 * button depending on the validity of the value.
1461 * 1453 *
1462 * @param entry editing widget 1454 * @param entry editing widget
1463 * @param preedit new value
1464 * @param user_data the 'struct EditDialogContext' of the dialog 1455 * @param user_data the 'struct EditDialogContext' of the dialog
1465 */ 1456 */
1466void 1457void
@@ -1476,7 +1467,6 @@ GNS_edit_dialog_soa_source_host_entry_changed_cb (GtkEditable *entry,
1476/** 1467/**
1477 * Run an GNS Edit dialog for an 'SOA' Record. 1468 * Run an GNS Edit dialog for an 'SOA' Record.
1478 * 1469 *
1479 * @param cont continuation to call when done
1480 * @param edc editing context to use 1470 * @param edc editing context to use
1481 */ 1471 */
1482void 1472void
@@ -1583,6 +1573,7 @@ edit_dialog_srv_validity_check (struct EditDialogContext *edc)
1583 * continuation. 1573 * continuation.
1584 * 1574 *
1585 * @param dialog editing dialog 1575 * @param dialog editing dialog
1576 * @param response_id action that caused the dialog to be closed
1586 * @param user_data the 'struct EditDialogContext' 1577 * @param user_data the 'struct EditDialogContext'
1587 */ 1578 */
1588void 1579void
@@ -1620,7 +1611,6 @@ GNS_edit_srv_dialog_response_cb (GtkDialog *dialog,
1620 * button depending on the validity of the value. 1611 * button depending on the validity of the value.
1621 * 1612 *
1622 * @param entry editing widget 1613 * @param entry editing widget
1623 * @param preedit new value
1624 * @param user_data the 'struct EditDialogContext' of the dialog 1614 * @param user_data the 'struct EditDialogContext' of the dialog
1625 */ 1615 */
1626void 1616void
@@ -1636,7 +1626,6 @@ GNS_edit_dialog_srv_target_entry_changed_cb (GtkEditable *entry,
1636/** 1626/**
1637 * Run an GNS Edit dialog for an 'SRV' Record. 1627 * Run an GNS Edit dialog for an 'SRV' Record.
1638 * 1628 *
1639 * @param cont continuation to call when done
1640 * @param edc editing context to use 1629 * @param edc editing context to use
1641 */ 1630 */
1642void 1631void
@@ -1688,12 +1677,13 @@ edit_dialog_txt_validity_check (struct EditDialogContext *edc)
1688 * continuation. 1677 * continuation.
1689 * 1678 *
1690 * @param dialog editing dialog 1679 * @param dialog editing dialog
1680 * @param response_id action that caused the dialog to be closed
1691 * @param user_data the 'struct EditDialogContext' 1681 * @param user_data the 'struct EditDialogContext'
1692 */ 1682 */
1693void 1683void
1694GNS_edit_txt_dialog_response_cb (GtkDialog *dialog, 1684GNS_edit_txt_dialog_response_cb (GtkDialog *dialog,
1695 gint response_id, 1685 gint response_id,
1696 gpointer user_data) 1686 gpointer user_data)
1697{ 1687{
1698 struct EditDialogContext *edc = user_data; 1688 struct EditDialogContext *edc = user_data;
1699 GtkEntry *entry; 1689 GtkEntry *entry;
@@ -1720,7 +1710,6 @@ GNS_edit_txt_dialog_response_cb (GtkDialog *dialog,
1720 * button depending on the validity of the value. 1710 * button depending on the validity of the value.
1721 * 1711 *
1722 * @param entry editing widget 1712 * @param entry editing widget
1723 * @param preedit new value
1724 * @param user_data the 'struct EditDialogContext' of the dialog 1713 * @param user_data the 'struct EditDialogContext' of the dialog
1725 */ 1714 */
1726void 1715void
@@ -1736,7 +1725,6 @@ GNS_edit_dialog_txt_entry_changed_cb (GtkEditable *entry,
1736/** 1725/**
1737 * Run an GNS Edit dialog for an 'TXT' Record. 1726 * Run an GNS Edit dialog for an 'TXT' Record.
1738 * 1727 *
1739 * @param cont continuation to call when done
1740 * @param edc editing context to use 1728 * @param edc editing context to use
1741 */ 1729 */
1742void 1730void
@@ -1799,12 +1787,13 @@ edit_dialog_vpn_validity_check (struct EditDialogContext *edc)
1799 * continuation. 1787 * continuation.
1800 * 1788 *
1801 * @param dialog editing dialog 1789 * @param dialog editing dialog
1790 * @param response_id action that caused the dialog to be closed
1802 * @param user_data the 'struct EditDialogContext' 1791 * @param user_data the 'struct EditDialogContext'
1803 */ 1792 */
1804void 1793void
1805GNS_edit_vpn_dialog_response_cb (GtkDialog *dialog, 1794GNS_edit_vpn_dialog_response_cb (GtkDialog *dialog,
1806 gint response_id, 1795 gint response_id,
1807 gpointer user_data) 1796 gpointer user_data)
1808{ 1797{
1809 struct EditDialogContext *edc = user_data; 1798 struct EditDialogContext *edc = user_data;
1810 GtkEntry *entry; 1799 GtkEntry *entry;
@@ -1845,7 +1834,6 @@ GNS_edit_vpn_dialog_response_cb (GtkDialog *dialog,
1845 * button depending on the validity of the value. 1834 * button depending on the validity of the value.
1846 * 1835 *
1847 * @param entry editing widget 1836 * @param entry editing widget
1848 * @param preedit new value
1849 * @param user_data the 'struct EditDialogContext' of the dialog 1837 * @param user_data the 'struct EditDialogContext' of the dialog
1850 */ 1838 */
1851void 1839void
@@ -1861,7 +1849,6 @@ GNS_edit_dialog_vpn_peer_entry_changed_cb (GtkEditable *entry,
1861/** 1849/**
1862 * Run an GNS Edit dialog for an 'VPN' Record. 1850 * Run an GNS Edit dialog for an 'VPN' Record.
1863 * 1851 *
1864 * @param cont continuation to call when done
1865 * @param edc editing context to use 1852 * @param edc editing context to use
1866 */ 1853 */
1867void 1854void
diff --git a/src/setup/gnunet-setup-gns-edit.h b/src/setup/gnunet-setup-gns-edit.h
index 6354baba..00f3d3ae 100644
--- a/src/setup/gnunet-setup-gns-edit.h
+++ b/src/setup/gnunet-setup-gns-edit.h
@@ -155,7 +155,6 @@ GNS_edit_dialog_a (struct EditDialogContext *edc);
155/** 155/**
156 * Run an GNS Edit dialog for an 'AAAA' Record. 156 * Run an GNS Edit dialog for an 'AAAA' Record.
157 * 157 *
158 * @param cont continuation to call when done
159 * @param edc editing context to use 158 * @param edc editing context to use
160 */ 159 */
161void 160void
@@ -165,7 +164,6 @@ GNS_edit_dialog_aaaa (struct EditDialogContext *edc);
165/** 164/**
166 * Run an GNS Edit dialog for an 'CNAME' Record. 165 * Run an GNS Edit dialog for an 'CNAME' Record.
167 * 166 *
168 * @param cont continuation to call when done
169 * @param edc editing context to use 167 * @param edc editing context to use
170 */ 168 */
171void 169void
@@ -175,7 +173,6 @@ GNS_edit_dialog_cname (struct EditDialogContext *edc);
175/** 173/**
176 * Run an GNS Edit dialog for an 'LEHO' Record. 174 * Run an GNS Edit dialog for an 'LEHO' Record.
177 * 175 *
178 * @param cont continuation to call when done
179 * @param edc editing context to use 176 * @param edc editing context to use
180 */ 177 */
181void 178void
@@ -185,7 +182,6 @@ GNS_edit_dialog_leho (struct EditDialogContext *edc);
185/** 182/**
186 * Run an GNS Edit dialog for an 'MX' Record. 183 * Run an GNS Edit dialog for an 'MX' Record.
187 * 184 *
188 * @param cont continuation to call when done
189 * @param edc editing context to use 185 * @param edc editing context to use
190 */ 186 */
191void 187void
@@ -195,7 +191,6 @@ GNS_edit_dialog_mx (struct EditDialogContext *edc);
195/** 191/**
196 * Run an GNS Edit dialog for an 'NS' Record. 192 * Run an GNS Edit dialog for an 'NS' Record.
197 * 193 *
198 * @param cont continuation to call when done
199 * @param edc editing context to use 194 * @param edc editing context to use
200 */ 195 */
201void 196void
@@ -205,7 +200,6 @@ GNS_edit_dialog_ns (struct EditDialogContext *edc);
205/** 200/**
206 * Run an GNS Edit dialog for an 'PKEY' Record. 201 * Run an GNS Edit dialog for an 'PKEY' Record.
207 * 202 *
208 * @param cont continuation to call when done
209 * @param edc editing context to use 203 * @param edc editing context to use
210 */ 204 */
211void 205void
@@ -215,7 +209,6 @@ GNS_edit_dialog_pkey (struct EditDialogContext *edc);
215/** 209/**
216 * Run an GNS Edit dialog for an 'PTR' Record. 210 * Run an GNS Edit dialog for an 'PTR' Record.
217 * 211 *
218 * @param cont continuation to call when done
219 * @param edc editing context to use 212 * @param edc editing context to use
220 */ 213 */
221void 214void
@@ -225,7 +218,6 @@ GNS_edit_dialog_ptr (struct EditDialogContext *edc);
225/** 218/**
226 * Run an GNS Edit dialog for an 'SOA' Record. 219 * Run an GNS Edit dialog for an 'SOA' Record.
227 * 220 *
228 * @param cont continuation to call when done
229 * @param edc editing context to use 221 * @param edc editing context to use
230 */ 222 */
231void 223void
@@ -235,7 +227,6 @@ GNS_edit_dialog_soa (struct EditDialogContext *edc);
235/** 227/**
236 * Run an GNS Edit dialog for an 'SRV' Record. 228 * Run an GNS Edit dialog for an 'SRV' Record.
237 * 229 *
238 * @param cont continuation to call when done
239 * @param edc editing context to use 230 * @param edc editing context to use
240 */ 231 */
241void 232void
@@ -245,7 +236,6 @@ GNS_edit_dialog_srv (struct EditDialogContext *edc);
245/** 236/**
246 * Run an GNS Edit dialog for an 'TXT' Record. 237 * Run an GNS Edit dialog for an 'TXT' Record.
247 * 238 *
248 * @param cont continuation to call when done
249 * @param edc editing context to use 239 * @param edc editing context to use
250 */ 240 */
251void 241void
@@ -255,7 +245,6 @@ GNS_edit_dialog_txt (struct EditDialogContext *edc);
255/** 245/**
256 * Run an GNS Edit dialog for an 'VPN' Record. 246 * Run an GNS Edit dialog for an 'VPN' Record.
257 * 247 *
258 * @param cont continuation to call when done
259 * @param edc editing context to use 248 * @param edc editing context to use
260 */ 249 */
261void 250void
diff --git a/src/setup/gnunet-setup-gns.c b/src/setup/gnunet-setup-gns.c
index 76608979..d35231c3 100644
--- a/src/setup/gnunet-setup-gns.c
+++ b/src/setup/gnunet-setup-gns.c
@@ -1222,8 +1222,8 @@ GNUNET_setup_gns_popup_edit_button_activate_cb (GtkWidget *widget,
1222 * The user has selected a new record type. Update the 1222 * The user has selected a new record type. Update the
1223 * model and then start the 'edit' dialog. 1223 * model and then start the 'edit' dialog.
1224 * 1224 *
1225 * @param renderer updated renderer 1225 * @param text renderer updated renderer
1226 * @param path the path identifying the edited cell 1226 * @param path_string the path identifying the edited cell
1227 * @param new_text updated text 1227 * @param new_text updated text
1228 * @param user_data unused 1228 * @param user_data unused
1229 */ 1229 */
@@ -1720,10 +1720,10 @@ zone_sync_proc (void *cls)
1720 * Function called for each record in the current zone. Update the 1720 * Function called for each record in the current zone. Update the
1721 * widgets accordingly. 1721 * widgets accordingly.
1722 * 1722 *
1723 * @param NULL 1723 * @param cls NULL
1724 * @param zone_key private key of the zone 1724 * @param zone_key private key of the zone
1725 * @param name name that is being mapped (at most 255 characters long) 1725 * @param name name that is being mapped (at most 255 characters long)
1726 * @param rd_count number of entries in 'rd' array 1726 * @param rd_count number of entries in @a rd array
1727 * @param rd array of records with data to store 1727 * @param rd array of records with data to store
1728 */ 1728 */
1729static void 1729static void
diff --git a/src/statistics/gnunet-statistics-gtk.c b/src/statistics/gnunet-statistics-gtk.c
index 378fd809..df42e978 100644
--- a/src/statistics/gnunet-statistics-gtk.c
+++ b/src/statistics/gnunet-statistics-gtk.c
@@ -171,7 +171,7 @@ get_object (const char *name)
171/** 171/**
172 * Actually draw a plot based on collected data. 172 * Actually draw a plot based on collected data.
173 * 173 *
174 * @param widget size and style information for the plot 174 * @param box_name name of the widget to update
175 * @param info what to draw 175 * @param info what to draw
176 */ 176 */
177static void 177static void