summaryrefslogtreecommitdiffstats
path: root/tests/testconversion.py
Commit message (Collapse)AuthorAgeFilesLines
* New script to run all tests in one takeJohan Dahlin2004-07-101-47/+0
| | | | | | | | | * tests/runtests.py: New script to run all tests in one take * tests/Makefile.am: autotoolify * tests/signal.py: New simple test taken from examples/gobject/signal.py
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-2/+2
| | | | | | | | | | | | | | | | | * pygtype.c (pyg_param_gvalue_from_pyobject, pyg_param_gvalue_as_pyobject): New conversion functions that use GParamSpec's * pygobject.h, pygobject-private.h: declarations of new param conversion functions * pygobject.c (pygobject_get_property, pygobject_set_property): Use param conversion functions * gobjectmodule.c (pyg_parse_constructor_args): reorder local variable declaration so it will compile with VC++ * tests/testconversion.py: tests for above
* tests directory: unit testsJohn Ehresman2004-07-041-0/+47