diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_open-uri.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_open-uri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_open-uri.c b/src/fs/gnunet-fs-gtk_open-uri.c index 2f0852ae..c272083d 100644 --- a/src/fs/gnunet-fs-gtk_open-uri.c +++ b/src/fs/gnunet-fs-gtk_open-uri.c | |||
@@ -38,7 +38,7 @@ | |||
38 | * | 38 | * |
39 | * @param uris string we got | 39 | * @param uris string we got |
40 | * @param anonymity_level anonymity level to use | 40 | * @param anonymity_level anonymity level to use |
41 | * @return GNUNET_OK on success, GNUNET_NO if the URI type is not supported, GNUNET_SYSERR if we failed to | 41 | * @return #GNUNET_OK on success, #GNUNET_NO if the URI type is not supported, #GNUNET_SYSERR if we failed to |
42 | * parse the URI | 42 | * parse the URI |
43 | */ | 43 | */ |
44 | int | 44 | int |
@@ -63,7 +63,7 @@ GNUNET_FS_GTK_handle_uri_string (const char *uris, | |||
63 | * User selected "execute" in the open-URI dialog. | 63 | * User selected "execute" in the open-URI dialog. |
64 | * | 64 | * |
65 | * @param button the execute button | 65 | * @param button the execute button |
66 | * @param user_data the 'GtkBuilder' of the URI dialog | 66 | * @param user_data the `GtkBuilder` of the URI dialog |
67 | */ | 67 | */ |
68 | void | 68 | void |
69 | GNUNET_GTK_open_url_dialog_execute_button_clicked_cb (GtkButton * button, | 69 | GNUNET_GTK_open_url_dialog_execute_button_clicked_cb (GtkButton * button, |