aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c12
1 files changed, 6 insertions, 6 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)