diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-event_handler.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk-event_handler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-event_handler.h b/src/fs/gnunet-fs-gtk-event_handler.h index 6658af32..fcca7cef 100644 --- a/src/fs/gnunet-fs-gtk-event_handler.h +++ b/src/fs/gnunet-fs-gtk-event_handler.h | |||
@@ -141,7 +141,7 @@ struct DownloadEntry | |||
141 | * the URI tab first. | 141 | * the URI tab first. |
142 | * | 142 | * |
143 | * @param iter set to the new entry | 143 | * @param iter set to the new entry |
144 | * @param srp set to search result | 144 | * @param srp set to search result |
145 | * @param meta metadata for the new entry | 145 | * @param meta metadata for the new entry |
146 | * @param uri URI for the new entry | 146 | * @param uri URI for the new entry |
147 | * @return NULL on error, otherwise search tab with the new entry | 147 | * @return NULL on error, otherwise search tab with the new entry |
@@ -175,9 +175,9 @@ GNUNET_GTK_add_search_result (struct SearchTab *tab, GtkTreeIter * iter, | |||
175 | 175 | ||
176 | 176 | ||
177 | /** | 177 | /** |
178 | * Notification of FS to a client about the progress of an | 178 | * Notification of FS to a client about the progress of an |
179 | * operation. Callbacks of this type will be used for uploads, | 179 | * operation. Callbacks of this type will be used for uploads, |
180 | * downloads and searches. Some of the arguments depend a bit | 180 | * downloads and searches. Some of the arguments depend a bit |
181 | * in their meaning on the context in which the callback is used. | 181 | * in their meaning on the context in which the callback is used. |
182 | * | 182 | * |
183 | * @param cls closure | 183 | * @param cls closure |