diff options
Diffstat (limited to 'tests/testhelpermodule.c')
-rw-r--r-- | tests/testhelpermodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testhelpermodule.c b/tests/testhelpermodule.c index 592c5038..d26ec9fe 100644 --- a/tests/testhelpermodule.c +++ b/tests/testhelpermodule.c @@ -14,7 +14,7 @@ static PyObject * _wrap_TestInterface__do_iface_method(PyObject *cls, PyObject *args, PyObject *kwargs); -GType +static GType test_type_get_type(void) { static GType gtype = 0; @@ -339,7 +339,7 @@ test_object_callback (GObject *object, GObject *o) return o; } -void +static void connectcallbacks (GObject *object) { |