diff options
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r-- | src/include/gnunetgtk_common.h | 9 |
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 | */ |
143 | gboolean startGNUnetSetup (gboolean run_wizard); | 143 | gboolean 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 | */ | ||
150 | void ggc_tree_selection_selected_foreach(GtkTreeSelection *selection, | ||
151 | GtkTreeSelectionForeachFunc func, | ||
152 | gpointer data); | ||
153 | |||
145 | #endif | 154 | #endif |