have_type = true;
}
- g_list_foreach (list, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (list, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (list);
if (retval == FALSE)
}
}
- g_list_foreach (list, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (list, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (list);
return retval;
g_value_unset (&value);
}
- g_list_foreach (l, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (l, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (l);
if (acr->update) acr->update (acr->update_data);
gtk_list_store_remove (acr->list_store, &iter);
- g_list_foreach (l, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (l, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (l);
}
result = (l != NULL);
- g_list_foreach (l, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (l, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (l);
return result;
gtk_tree_model_row_changed (model, rows->data, &iter);
finish:
- g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (rows);
var_unref (var);
}
gtk_widget_set_sensitive (rd->change_button, FALSE);
}
- g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (rows);
}
gtk_tree_model_row_changed (model, rows->data, &iter);
finish:
- g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (rows);
}
}
- g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (rows);
}
}
/* Delete list of RowRefs and its contents */
- g_list_foreach (selected_rows, (GFunc) gtk_tree_row_reference_free, NULL);
+ g_list_foreach (selected_rows, (GFunc) (void (*)(void)) gtk_tree_row_reference_free, NULL);
g_list_free (selected_rows);
}
);
}
- g_list_foreach (selected_rows, (GFunc) gtk_tree_path_free, NULL);
+ g_list_foreach (selected_rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
g_list_free (selected_rows);
refilter (selector);