summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-03-19 20:27:32 +0000
committerMatt Wilson <msw@src.gnome.org>2002-03-19 20:27:32 +0000
commit81b3be1e2d0dacef68025a683ef71180ba930407 (patch)
treec081cff81eb3ab6187fa7190642db941707c8fd2
parentbb4d0da566cf3f6c1f3189cf31b59309f6720220 (diff)
downloadpygobject-81b3be1e2d0dacef68025a683ef71180ba930407.tar.gz
pygobject-81b3be1e2d0dacef68025a683ef71180ba930407.tar.xz
pygobject-81b3be1e2d0dacef68025a683ef71180ba930407.zip
allow override of autoconf and autoheaderPYGTK_1_99_9PYGTK_1_99_10
2002-03-19 Matt Wilson <msw@redhat.com> * autogen.sh: allow override of autoconf and autoheader * gtk/gtk.defs (GtkTreeModel.get_iter_root): use the gtk_tree_model_get_iter_first code, get_iter_root is going to be deprecated. (GtkTreeModel.get_iter_first): added * gtk/gtk.override (_wrap_gtk_tree_model_get_iter_root): check the return value of gtk_tree_model_get_iter_root and return None if it failed. Rename to _wrap_gtk_tree_model_get_iter_first. * codegen/codegen.py (write_class, write_interface, write_boxed write_pointer): use overrides.is_already_included to prevent from having the same override code included twice in one file. This allows two methods to point to the same function. * codegen/override.py (Overrides.is_already_included): added a function that returns true if the override code has been emitted already. 2002-03-11 Matt Wilson <msw@redhat.com> * gobjectmodule.c: remove pygobject_exception_notifiers and pyg_fatal_exceptions_notify.
-rw-r--r--gobject/gobjectmodule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c
index e13ccdb..1dc0e08 100644
--- a/gobject/gobjectmodule.c
+++ b/gobject/gobjectmodule.c
@@ -8,11 +8,6 @@
static PyObject *gerror_exc = NULL;
-static GList *pygobject_exception_notifiers = NULL;
-
-static int pyg_fatal_exceptions_notify(void);
-
-
/* -------------- GDK threading hooks ---------------------------- */
static void