From 6a1807bcce49bf88eb786a78478e7780801c7a36 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 8 Jul 2005 14:27:30 +0000 Subject: Add GObject support, patch mostly based on Iņaki and Gustavos work. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gobject/gobjectmodule.c: (initgobject): * gobject/pygobject-private.h: * gobject/pygobject.c: (pyg_props_iter_dealloc), (pygobject_props_iter_next), (PyGProps_dealloc), (build_parameter_list), (PyGProps_getattro), (PyGProps_setattro), (pygobject_props_traverse), (pygobject_props_get_iter), (PyGProps_length), (pyg_props_descr_descr_get): * tests/Makefile.am: Add GObject support, patch mostly based on Iņaki and Gustavos work. Unittests added, fixes #81879 --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 9b0b8de..0f8ac7b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,6 +25,7 @@ tests = \ test_gtype.py \ test_mainloop.py \ test_radiobutton.py \ + test_properties.py \ test_signal.py \ test_subprocess.py \ test_subtype.py \ -- cgit