summaryrefslogtreecommitdiffstats
path: root/gobject/pygiochannel.c
Commit message (Expand)AuthorAgeFilesLines
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-211-812/+0
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-201-2/+3
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-2/+2
* Fix message typo.John Finlay2006-07-051-2/+2
* Use GIL state instead of block/unblock. Fixes crasher found by Ole AndrePYGTK_2_8_2Johan Dahlin2005-10-091-2/+5
* make iochannel api use new PyGPollFD type instead of tuplesGustavo J. A. M. Carneiro2005-07-101-8/+12
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-101-1/+1
* Pass the GIOCondition to PyObject_CallFunction.Manish Singh2005-05-281-2/+3
* Pass gsize to GIOChannel functions that expect them.Manish Singh2005-05-251-4/+4
* Bug 139176: GIOChannel wrapperGustavo J. A. M. Carneiro2005-05-221-0/+803