summaryrefslogtreecommitdiff
path: root/gi/pygi-foreign.h
Commit message (Expand)AuthorAgeFilesLines
* foreign-cairo: Fix cairo marshalling not using the foreign converters in some...Christoph Reiter2018-09-171-0/+2
* Add error handling to all type init function.Christoph Reiter2018-03-231-1/+1
* [New API] Add gi.require_foreignSimon Feltman2014-05-051-0/+4
* Initialize the foreign API at PyGI load timeSimon Feltman2014-05-051-0/+2
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-8/+6
* Handle GI_TRANSFER_EVERYTHING for returns of foreign structuresOwen W. Taylor2014-03-121-0/+1
* [gi] foreign types now take interface infos instead of type infosJohn (J5) Palmieri2011-03-221-4/+4
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-4/+4
* Add foreign struct support for GVariantTomeu Vizoso2010-07-151-4/+3
* Build the cairo shim as a python module so the _gi module stops linking to itTomeu Vizoso2010-06-291-17/+14
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-5/+5
* Add support for foreign structsTomeu Vizoso2010-04-171-0/+52