summaryrefslogtreecommitdiffstats
path: root/gio/giomodule.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-151-74/+77
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-291-1/+1
* Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.Johan Dahlin2008-07-291-0/+131
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-261-1/+5
* Require pygobject 2.15.2Johan Dahlin2008-07-181-1/+1
* Use #include <pygobject.h> instead of include "pygobject.h"Johan Dahlin2008-07-181-1/+1
* The module is called gio._gio, not just _gio.Johan Dahlin2008-07-171-1/+1
* s/pygobject/gio/Johan Dahlin2008-07-171-1/+1
* Add a pygio_version module attributeJohan Dahlin2008-07-171-2/+14
* Add gio.ERROR which maps to the G_IO_ERROR quark.Johan Dahlin2008-07-171-0/+2
* Use the prefix G_IO_ for stripping constants instead of just G_ Check soJohan Dahlin2008-07-171-1/+1
* Split out overrides into more files. Fix up module description in commentJohan Dahlin2008-01-201-1/+1
* New marshaller for async results (_wrap_g_input_stream_read_async): Impl.Johan Dahlin2008-01-191-0/+1
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-0/+52