summaryrefslogtreecommitdiff
path: root/gi/pygi.h
Commit message (Expand)AuthorAgeFilesLines
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-107/+0
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* Handle GI_TRANSFER_EVERYTHING for returns of foreign structuresOwen W. Taylor2014-03-121-0/+1
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-2/+1
* Add support for default arguments annotated with allow-noneSimon Feltman2013-09-261-0/+1
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-0/+13
* Move PyGIDeprecationWarning to C for shared Python/C usageSimon Feltman2013-07-231-0/+2
* Optimize signal lookup in gi repositoryDaniel Drake2013-04-181-1/+3
* Drop support for Python 2.6Martin Pitt2013-03-251-4/+0
* Fix property lookup in class hierarchyDaniel Drake2012-11-061-6/+6
* Add a ccallback type which is used to invoke callbacks passed to a vfuncJohn (J5) Palmieri2012-03-271-0/+10
* introspection is no longer optionalJohn (J5) Palmieri2011-08-111-37/+0
* remove some left over ifdefs to complete merge of the invoke-rewrite branchJohn (J5) Palmieri2011-07-181-2/+0
* [gi-invoke-ng] refactor FunctionCache to be more generic CallableCacheJohn (J5) Palmieri2011-03-281-1/+1
* [gi] conditionalize invoke code pathsJohn (J5) Palmieri2011-03-221-1/+3
* Merge branch 'master' into invoke-rewriteJohn (J5) Palmieri2011-03-221-6/+34
|\
| * [gi] foreign types now take interface infos instead of type infosJohn (J5) Palmieri2011-03-221-6/+6
| * Use PyGI type conversion (to fix foreign types) for signal callbacks.Laszlo Pandy2011-02-151-0/+28
| * [gi] use the right argument type for callbackIgnacio Casal Quinteiro2011-01-211-1/+1
* | [gi] move to using type_info and interface_info instead of arg_infoJohn (J5) Palmieri2011-01-211-4/+4
* | hooked up caching stage and fixed segfaultsJohn (J5) Palmieri2011-01-091-0/+2
|/
* 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