aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunetgtk_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r--src/include/gnunetgtk_common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index 4f139f59..6f0402b8 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -142,4 +142,13 @@ void gnunet_gtk_main_quit();
142*/ 142*/
143gboolean startGNUnetSetup (gboolean run_wizard); 143gboolean startGNUnetSetup (gboolean run_wizard);
144 144
145/**
146 * Identical to "gtk_tree_selection_selected_foreach",
147 * except that modifications of the underlying model
148 * during the iteration are tolerated.
149 */
150void ggc_tree_selection_selected_foreach(GtkTreeSelection *selection,
151 GtkTreeSelectionForeachFunc func,
152 gpointer data);
153
145#endif 154#endif