summaryrefslogtreecommitdiffstats
path: root/tests/signal.py
Commit message (Collapse)AuthorAgeFilesLines
* Move some tests from gtype and rename from signal.pyJohan Dahlin2004-09-251-46/+0
| | | | | * tests/test_signal.py: Move some tests from gtype and rename from signal.py
* gtk/*.overrideJohan Dahlin2004-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | * gtk/*.override * codegen/codegen.py: * codegen/argtypes.py: Update for enums * pygtype.c (pyg_value_as_pyobject): Use new enum/flag functions * pygenum.[ch]: Handle GFlag * pygflags.[ch]: Handle GFlag * atk-types.defs: Fix gtype-id for all enums * gobjectmodule.c (initgobject): Clean up and add convinience macros * tests/enum.py: New file * tests/common.py: New file, also stole from gst-python
* New script to run all tests in one takeJohan Dahlin2004-07-101-0/+46
* 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