aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gtk.h')
-rw-r--r--src/include/gnunet_gtk.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_gtk.h b/src/include/gnunet_gtk.h
index cfd24543..c1528759 100644
--- a/src/include/gnunet_gtk.h
+++ b/src/include/gnunet_gtk.h
@@ -158,6 +158,16 @@ char *
158GNUNET_GTK_filechooser_get_filename_utf8 (GtkFileChooser * fc); 158GNUNET_GTK_filechooser_get_filename_utf8 (GtkFileChooser * fc);
159 159
160 160
161/**
162 * Remove the given entry and all of its children from the tree store.
163 *
164 * @param ts tree store to change
165 * @param root root of the subtree to remove
166 */
167void
168GNUNET_FS_GTK_remove_treestore_subtree (GtkTreeStore * ts,
169 GtkTreeIter * root);
170
161 171
162/* ******************* main loop ***************** */ 172/* ******************* main loop ***************** */
163 173