summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject-private.h
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-07-07 13:03:55 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-07-07 13:03:55 +0000
commit4dcda65e3a00c3b87db3851fc20993884c7d512e (patch)
treeebeb314dc06dd3aa056b037b2c1f40620388fd82 /gobject/pygobject-private.h
parentfe3966c22cbf5e198164b088b4f46f280bc33126 (diff)
downloadpygobject-4dcda65e3a00c3b87db3851fc20993884c7d512e.tar.gz
pygobject-4dcda65e3a00c3b87db3851fc20993884c7d512e.tar.xz
pygobject-4dcda65e3a00c3b87db3851fc20993884c7d512e.zip
Bug 342948 – Add exception handling to GOption
svn path=/trunk/; revision=681
Diffstat (limited to 'gobject/pygobject-private.h')
-rw-r--r--gobject/pygobject-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h
index 45e431c..4b41338 100644
--- a/gobject/pygobject-private.h
+++ b/gobject/pygobject-private.h
@@ -101,6 +101,8 @@ PyObject *pyg_integer_richcompare(PyObject *v,
PyObject *w,
int op);
+gboolean pyg_gerror_exception_check(GError **error);
+
/* from pygtype.h */
extern PyTypeObject PyGTypeWrapper_Type;