summaryrefslogtreecommitdiff
path: root/gi/pygi-foreign.c
Commit message (Expand)AuthorAgeFilesLines
* foreign-cairo: Fix cairo marshalling not using the foreign converters in some...Christoph Reiter2018-09-171-0/+16
* Add error handling to all type init function.Christoph Reiter2018-03-231-1/+6
* Remove usage of HAVE_CONFIG_HChristoph Reiter2018-03-211-3/+1
* Fix various potential compiler warningsChristoph Reiter2017-03-201-1/+1
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+1
* [New API] Add gi.require_foreignSimon Feltman2014-05-051-8/+52
* Initialize the foreign API at PyGI load timeSimon Feltman2014-05-051-4/+8
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-5/+5
* Handle GI_TRANSFER_EVERYTHING for returns of foreign structuresOwen W. Taylor2014-03-121-1/+2
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-1/+1
* Fix function prototypes and static functionsMartin Pitt2013-01-151-1/+1
* Drop foreign GVariant registration/supportMartin Pitt2012-11-141-7/+1
* Add missing static declarationsMartin Pitt2012-07-271-1/+1
* Merge branch 'master' into invoke-rewriteJohn (J5) Palmieri2011-03-221-15/+9
|\
| * [gi] foreign types now take interface infos instead of type infosJohn (J5) Palmieri2011-03-221-19/+13
| * [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-12/+9
* | [gi] fix marshalling structsJohn (J5) Palmieri2011-01-191-6/+12
|/
* Fix build on windowsJohn Stowers2010-10-161-1/+4
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-6/+6
* Add foreign struct support for GVariantTomeu Vizoso2010-07-151-41/+66
* Build the cairo shim as a python module so the _gi module stops linking to itTomeu Vizoso2010-06-291-51/+74
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-26/+28
* Add support for foreign structsTomeu Vizoso2010-04-171-0/+123