diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2005-07-08 14:27:30 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2005-07-08 14:27:30 +0000 |
| commit | 6a1807bcce49bf88eb786a78478e7780801c7a36 (patch) | |
| tree | 0dc48567a7cc88c7c93560aabddffc08d028dada /tests | |
| parent | 302a0be1855356577a8869c34fa90bface8d4f00 (diff) | |
| download | pygobject-6a1807bcce49bf88eb786a78478e7780801c7a36.tar.gz pygobject-6a1807bcce49bf88eb786a78478e7780801c7a36.tar.xz pygobject-6a1807bcce49bf88eb786a78478e7780801c7a36.zip | |
Add GObject support, patch mostly based on Iņaki and Gustavos work.
* 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
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
