aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-event_handler.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-15 13:18:57 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-15 13:18:57 +0000
commita416b9314e82889e83be800acbe5bb07a8038b77 (patch)
tree0c892ee62ab9aedab5c6d2bcd27fb4b95d28b0c2 /src/fs/gnunet-fs-gtk-event_handler.h
parent89ff2dd5130bdb229a9058bff171e7ab5436808d (diff)
downloadgnunet-gtk-a416b9314e82889e83be800acbe5bb07a8038b77.tar.gz
gnunet-gtk-a416b9314e82889e83be800acbe5bb07a8038b77.zip
trying to clean up shutdown
Diffstat (limited to 'src/fs/gnunet-fs-gtk-event_handler.h')
-rw-r--r--src/fs/gnunet-fs-gtk-event_handler.h6
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