summaryrefslogtreecommitdiff
path: root/gi/pygi.h
Commit message (Expand)AuthorAgeFilesLines
* [GI] Remove implicit loading of gi module preserve the code path for static b...Laszlo Pandy2011-02-151-2/+8
* Use PyGI type conversion (to fix foreign types) for signal callbacks.Laszlo Pandy2011-02-141-0/+28
* [gi] use the right argument type for callbackIgnacio Casal Quinteiro2011-01-211-1/+1
* Fix build on windowsJohn Stowers2010-10-161-1/+4
* add compat functions for the deprecated PyCObject apiJohn (J5) Palmieri2010-10-131-1/+4
* Revert "add compat functions for the deprecated PyCObject api"John (J5) Palmieri2010-10-041-4/+1
* return NULL instead of -1 which fixes crash when introspection is turned offJohn (J5) Palmieri2010-10-041-1/+1
* add compat functions for the deprecated PyCObject apiJohn (J5) Palmieri2010-09-281-1/+4
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-8/+8
* Don't import again PyGObject (John Ralls)Tomeu Vizoso2010-08-161-0/+1
* Implement getting and setting properties using introspection information.Tomeu Vizoso2010-07-271-0/+41
* Add foreign struct support for GVariantTomeu Vizoso2010-07-151-5/+4
* Build the cairo shim as a python module so the _gi module stops linking to itTomeu Vizoso2010-06-291-4/+36
* Remove pygi-external.hTomeu Vizoso2010-06-281-32/+22
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-10/+10
* Set a default constructor for boxed structs that don't have oneTomeu Vizoso2009-11-301-0/+6
* Initial importSimon van der Linden2009-11-081-0/+99