diff options
Diffstat (limited to 'src/setup/gnunet-setup-options.c')
-rw-r--r-- | src/setup/gnunet-setup-options.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c index 7e62678a..7af3288a 100644 --- a/src/setup/gnunet-setup-options.c +++ b/src/setup/gnunet-setup-options.c | |||
@@ -471,7 +471,7 @@ load_string_list_store (const void *cls, const char *section, | |||
471 | 471 | ||
472 | /** | 472 | /** |
473 | * The GtkCellRenderer has emmited the 'edited' signal. | 473 | * The GtkCellRenderer has emmited the 'edited' signal. |
474 | * | 474 | * |
475 | * | 475 | * |
476 | * @param cls closure (unused) | 476 | * @param cls closure (unused) |
477 | * @param section section with the value (NULL) | 477 | * @param section section with the value (NULL) |
@@ -664,7 +664,7 @@ struct DnsInfo | |||
664 | /** | 664 | /** |
665 | * Function called for each section in the configuration. | 665 | * Function called for each section in the configuration. |
666 | * Gather existing ttl, section names and altnames. | 666 | * Gather existing ttl, section names and altnames. |
667 | * | 667 | * |
668 | * @param cls 'struct DnsInfo**' to create | 668 | * @param cls 'struct DnsInfo**' to create |
669 | * @param section name of a section in the configuration | 669 | * @param section name of a section in the configuration |
670 | */ | 670 | */ |
@@ -696,7 +696,7 @@ collect_dns_sections (void *cls, const char *section) | |||
696 | /** | 696 | /** |
697 | * Function called for each section in the configuration. | 697 | * Function called for each section in the configuration. |
698 | * Removes those ending in '.gnunet.'. | 698 | * Removes those ending in '.gnunet.'. |
699 | * | 699 | * |
700 | * @param cls unused | 700 | * @param cls unused |
701 | * @param section name of a section in the configuration | 701 | * @param section name of a section in the configuration |
702 | */ | 702 | */ |
@@ -711,7 +711,7 @@ remove_dns_sections (void *cls, const char *section) | |||
711 | 711 | ||
712 | 712 | ||
713 | /** | 713 | /** |
714 | * Given the list store and the data in it, update the | 714 | * Given the list store and the data in it, update the |
715 | * configuration file accordingly. | 715 | * configuration file accordingly. |
716 | * | 716 | * |
717 | * @param tm model to use | 717 | * @param tm model to use |