diff options
Diffstat (limited to 'src/namestore/plugin_gtk_namestore_soa.c')
-rw-r--r-- | src/namestore/plugin_gtk_namestore_soa.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/plugin_gtk_namestore_soa.c b/src/namestore/plugin_gtk_namestore_soa.c index 920db7ba..20cc3920 100644 --- a/src/namestore/plugin_gtk_namestore_soa.c +++ b/src/namestore/plugin_gtk_namestore_soa.c | |||
@@ -32,7 +32,7 @@ | |||
32 | * widgets from the existing record (if there is one). | 32 | * widgets from the existing record (if there is one). |
33 | * The `n_value` is the existing value of the record as a string. | 33 | * The `n_value` is the existing value of the record as a string. |
34 | * | 34 | * |
35 | * @param cls the `struct GNUNET_GTK_NAMESTORE_PluginEnvirionment *` | 35 | * @param cls the `struct GNUNET_GTK_NAMESTORE_PluginEnvironment *` |
36 | * @param n_value the record as a string | 36 | * @param n_value the record as a string |
37 | * @param builder the edit dialog's builder | 37 | * @param builder the edit dialog's builder |
38 | */ | 38 | */ |
@@ -49,7 +49,7 @@ soa_load (void *cls, | |||
49 | * Function that will be called to retrieve the final value of the | 49 | * Function that will be called to retrieve the final value of the |
50 | * record (in string format) once the dialog is being closed. | 50 | * record (in string format) once the dialog is being closed. |
51 | * | 51 | * |
52 | * @param cls the `struct GNUNET_GTK_NAMESTORE_PluginEnvirionment *` | 52 | * @param cls the `struct GNUNET_GTK_NAMESTORE_PluginEnvironment *` |
53 | * @param builder the edit dialog's builder | 53 | * @param builder the edit dialog's builder |
54 | * @return record value as a string, as specified in the dialog | 54 | * @return record value as a string, as specified in the dialog |
55 | */ | 55 | */ |
@@ -69,7 +69,7 @@ soa_store (void *cls, | |||
69 | * function should highlight fields with invalid inputs for the | 69 | * function should highlight fields with invalid inputs for the |
70 | * user. | 70 | * user. |
71 | * | 71 | * |
72 | * @param cls the `struct GNUNET_GTK_NAMESTORE_PluginEnvirionment *` | 72 | * @param cls the `struct GNUNET_GTK_NAMESTORE_PluginEnvironment *` |
73 | * @param builder the edit dialog's builder | 73 | * @param builder the edit dialog's builder |
74 | * @return #GNUNET_OK if there is a valid record value in the dialog | 74 | * @return #GNUNET_OK if there is a valid record value in the dialog |
75 | */ | 75 | */ |
@@ -91,7 +91,7 @@ soa_validate (void *cls, | |||
91 | void * | 91 | void * |
92 | libgnunet_plugin_gtk_namestore_soa_init (void *cls) | 92 | libgnunet_plugin_gtk_namestore_soa_init (void *cls) |
93 | { | 93 | { |
94 | struct GNUNET_GTK_NAMESTORE_PluginEnvirionment *env = cls; | 94 | struct GNUNET_GTK_NAMESTORE_PluginEnvironment *env = cls; |
95 | struct GNUNET_GTK_NAMESTORE_PluginFunctions *plugin; | 95 | struct GNUNET_GTK_NAMESTORE_PluginFunctions *plugin; |
96 | 96 | ||
97 | plugin = GNUNET_new (struct GNUNET_GTK_NAMESTORE_PluginFunctions); | 97 | plugin = GNUNET_new (struct GNUNET_GTK_NAMESTORE_PluginFunctions); |