aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-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
4 files changed, 19 insertions, 17 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 */