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 e1e3011a..fbae950d 100644 --- a/src/include/gnunetgtk_common.h +++ b/src/include/gnunetgtk_common.h | |||
@@ -151,4 +151,13 @@ void ggc_tree_selection_selected_foreach(GtkTreeSelection *selection, | |||
151 | GtkTreeSelectionForeachFunc func, | 151 | GtkTreeSelectionForeachFunc func, |
152 | gpointer data); | 152 | gpointer data); |
153 | 153 | ||
154 | /** | ||
155 | * Identical to "gtk_tree_model_foreach", | ||
156 | * except that modifications of the underlying model | ||
157 | * during the iteration are tolerated. | ||
158 | */ | ||
159 | void ggc_tree_model_foreach(GtkTreeModel * model, | ||
160 | GtkTreeSelectionForeachFunc func, | ||
161 | gpointer data); | ||
162 | |||
154 | #endif | 163 | #endif |