Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.am | Manish Singh | 2005-07-10 | 1 | -0/+66 |
* gobject/pygobject-private.h * gobject/gobjectmodule.c * gobject/Makefile.am * gobject/pygsource.c: GSource wrapper, allows for pure python GSource implementations, as well as objectifying Idle and Timeout sources. * tests/Makefile.am * tests/test_source.py: Add test for the above. * gobject/gobjectmodule.c: timeout_add should take an explicit unsigned value. Also wrap g_get_current_time and g_main_depth. * gobject/pygiochannel.c (py_io_channel_write_chars): fix thread unblock/block logic. |