Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 303541
Collapse All | Expand All

(-)pygtk-2.14.1/gtk/gtktreeview.override (-4 lines)
Lines 2182-2191 pygtk_tree_foreach_marshal(GtkTreeModel Link Here
2182
static PyObject *
2182
static PyObject *
2183
_wrap_gtk_tree_model_foreach(PyGObject *self, PyObject *args)
2183
_wrap_gtk_tree_model_foreach(PyGObject *self, PyObject *args)
2184
{
2184
{
2185
    gboolean pygtk_tree_foreach_marshal(GtkTreeModel *model,
2186
                                           GtkTreePath *path,
2187
                                           GtkTreeIter *iter,
2188
                                           gpointer data);
2189
    PyObject *pyfunc, *pyarg = NULL;
2185
    PyObject *pyfunc, *pyarg = NULL;
2190
    PyGtkCustomNotify cunote;
2186
    PyGtkCustomNotify cunote;
2191
2187

Return to bug 303541