aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-event_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-event_handler.h')
-rw-r--r--src/fs/gnunet-fs-gtk-event_handler.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/fs/gnunet-fs-gtk-event_handler.h b/src/fs/gnunet-fs-gtk-event_handler.h
index 310ba97c..4617d76e 100644
--- a/src/fs/gnunet-fs-gtk-event_handler.h
+++ b/src/fs/gnunet-fs-gtk-event_handler.h
@@ -175,17 +175,15 @@ struct DownloadEntry
175}; 175};
176 176
177 177
178
179
180/** 178/**
181 * Setup a new top-level entry in the URI tab. If necessary, create 179 * Setup a new top-level entry in the URI/orphan tab. If necessary, create
182 * the URI tab first. 180 * the URI tab first.
183 * 181 *
184 * @param iter set to the new entry 182 * @param iter set to the new entry (OUT only)
185 * @param srp set to search result 183 * @param srp set to search result (can be NULL)
186 * @param meta metadata for the new entry 184 * @param meta metadata for the new entry
187 * @param uri URI for the new entry 185 * @param uri URI for the new entry
188 * @return NULL on error, otherwise search tab with the new entry 186 * @return the 'uri_tab' the result was added to
189 */ 187 */
190struct SearchTab * 188struct SearchTab *
191GNUNET_GTK_add_to_uri_tab (GtkTreeIter * iter, struct SearchResult **sr, 189GNUNET_GTK_add_to_uri_tab (GtkTreeIter * iter, struct SearchResult **sr,
@@ -193,7 +191,6 @@ GNUNET_GTK_add_to_uri_tab (GtkTreeIter * iter, struct SearchResult **sr,
193 const struct GNUNET_FS_Uri *uri); 191 const struct GNUNET_FS_Uri *uri);
194 192
195 193
196
197/** 194/**
198 * Add a search result to the given search tab. 195 * Add a search result to the given search tab.
199 * 196 *
@@ -212,8 +209,9 @@ GNUNET_GTK_add_to_uri_tab (GtkTreeIter * iter, struct SearchResult **sr,
212 * model at 'iter') 209 * model at 'iter')
213 */ 210 */
214struct SearchResult * 211struct SearchResult *
215GNUNET_GTK_add_search_result (struct SearchTab *tab, GtkTreeIter * iter, 212GNUNET_GTK_add_search_result (struct SearchTab *tab,
216 GtkTreeRowReference * parent_rr, 213 GtkTreeIter *iter,
214 GtkTreeRowReference *parent_rr,
217 const struct GNUNET_FS_Uri *uri, 215 const struct GNUNET_FS_Uri *uri,
218 const struct GNUNET_CONTAINER_MetaData *meta, 216 const struct GNUNET_CONTAINER_MetaData *meta,
219 struct GNUNET_FS_SearchResult *result, 217 struct GNUNET_FS_SearchResult *result,