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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.h b/src/fs/gnunet-fs-gtk_event-handler.h
index ae7bde2c..e0f5d8ed 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.h
+++ b/src/fs/gnunet-fs-gtk_event-handler.h
@@ -68,7 +68,7 @@ struct SearchTab
68 68
69 /** 69 /**
70 * GtkBuilder object for the search tab. 70 * GtkBuilder object for the search tab.
71 */ 71 */
72 GtkBuilder *builder; 72 GtkBuilder *builder;
73 73
74 /** 74 /**
@@ -238,7 +238,7 @@ GNUNET_GTK_add_to_uri_tab (uint32_t anonymity,
238 * @param tab search tab to extend, never NULL 238 * @param tab search tab to extend, never NULL
239 * @param anonymity anonymity level to use for probes for this result 239 * @param anonymity anonymity level to use for probes for this result
240 * @param parent_rr reference to parent entry in search tab, NULL for normal 240 * @param parent_rr reference to parent entry in search tab, NULL for normal
241 * search results, 241 * search results,
242 * @param uri uri to add, can be NULL for top-level entry of a directory opened from disk 242 * @param uri uri to add, can be NULL for top-level entry of a directory opened from disk
243 * (in this case, we don't know the URI and should probably not 243 * (in this case, we don't know the URI and should probably not
244 * bother to calculate it) 244 * bother to calculate it)
@@ -250,7 +250,7 @@ GNUNET_GTK_add_to_uri_tab (uint32_t anonymity,
250 * model at 'iter') 250 * model at 'iter')
251 */ 251 */
252struct SearchResult * 252struct SearchResult *
253GNUNET_GTK_add_search_result (struct SearchTab *tab, 253GNUNET_GTK_add_search_result (struct SearchTab *tab,
254 uint32_t anonymity, 254 uint32_t anonymity,
255 GtkTreeRowReference *parent_rr, 255 GtkTreeRowReference *parent_rr,
256 const struct GNUNET_FS_Uri *uri, 256 const struct GNUNET_FS_Uri *uri,
@@ -284,7 +284,7 @@ GNUNET_GTK_fs_event_handler (void *cls,
284 284
285/** 285/**
286 * Close the 'uri_tab'. 286 * Close the 'uri_tab'.
287 */ 287 */
288void 288void
289GNUNET_FS_GTK_close_uri_tab_ (); 289GNUNET_FS_GTK_close_uri_tab_ ();
290 290