aboutsummaryrefslogtreecommitdiff
path: root/src/common/iterators.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/iterators.c')
-rw-r--r--src/common/iterators.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/iterators.c b/src/common/iterators.c
index bf1e1f73..481e2a69 100644
--- a/src/common/iterators.c
+++ b/src/common/iterators.c
@@ -34,7 +34,7 @@
34 * during the iteration are tolerated. 34 * during the iteration are tolerated.
35 */ 35 */
36void 36void
37ggc_tree_selection_selected_foreach (GtkTreeSelection * selection, 37GNUNET_GTK_tree_selection_selected_foreach (GtkTreeSelection * selection,
38 GtkTreeSelectionForeachFunc func, 38 GtkTreeSelectionForeachFunc func,
39 gpointer data) 39 gpointer data)
40{ 40{
@@ -94,7 +94,7 @@ collectAllRows (GtkTreeModel * model,
94 * during the iteration are tolerated. 94 * during the iteration are tolerated.
95 */ 95 */
96void 96void
97ggc_tree_model_foreach (GtkTreeModel * model, 97GNUNET_GTK_tree_model_foreach (GtkTreeModel * model,
98 GtkTreeSelectionForeachFunc func, gpointer data) 98 GtkTreeSelectionForeachFunc func, gpointer data)
99{ 99{
100 int i; 100 int i;