diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.h b/src/fs/gnunet-fs-gtk_event-handler.h index 03a313e3..2d120477 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.h +++ b/src/fs/gnunet-fs-gtk_event-handler.h | |||
@@ -141,6 +141,12 @@ struct DownloadEntry | |||
141 | struct SearchResult *sr; | 141 | struct SearchResult *sr; |
142 | 142 | ||
143 | /** | 143 | /** |
144 | * Where in the download tab is this result? References the | ||
145 | * #downloads_treestore. | ||
146 | */ | ||
147 | GtkTreeRowReference *rr; | ||
148 | |||
149 | /** | ||
144 | * FS handle to control the download, NULL if the download | 150 | * FS handle to control the download, NULL if the download |
145 | * has not yet started. | 151 | * has not yet started. |
146 | */ | 152 | */ |
@@ -240,6 +246,12 @@ extern struct SearchResult *pl_head; | |||
240 | */ | 246 | */ |
241 | extern struct SearchResult *pl_tail; | 247 | extern struct SearchResult *pl_tail; |
242 | 248 | ||
249 | /** | ||
250 | * The "GNUNET_GTK_file_sharing_downloads_tree_store" with the | ||
251 | * information about active (or completed) downloads. | ||
252 | */ | ||
253 | extern GtkTreeStore *downloads_treestore; | ||
254 | |||
243 | 255 | ||
244 | 256 | ||
245 | /** | 257 | /** |