summaryrefslogtreecommitdiff
path: root/gi/pygi-foreign-cairo.c
Commit message (Expand)AuthorAgeFilesLines
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-3/+5
* Handle GI_TRANSFER_EVERYTHING for returns of foreign structuresOwen W. Taylor2014-03-121-7/+25
* Fix previous commit for Python 2Martin Pitt2012-11-141-1/+1
* pygi-foreign-cairo.c: Use official py3cairo APIMartin Pitt2012-11-141-2/+2
* Add missing static declarationsMartin Pitt2012-07-271-12/+12
* foreign: Register cairo.Path and cairo.FontOptions foreign structsBastian Winkler2012-06-051-0/+85
* Cairo: add missing braces around array-of-struct definitionWill Thompson2012-01-241-1/+1
* correctly initialize the _gi_cairo_functions array to be zero filledJohn (J5) Palmieri2011-07-011-1/+1
* use PyCapsule when importing pycairo/require pycairo 1.10.0 for python3 buildsJohn (J5) Palmieri2011-04-281-1/+1
* [python3] fix build. PYcairo_IMPORT doesn't exists anymoreIgnacio Casal Quinteiro2011-04-281-1/+6
* [gi] foreign types now take interface infos instead of type infosJohn (J5) Palmieri2011-03-221-8/+8
* [gi] use the right argument type for callbackIgnacio Casal Quinteiro2011-01-211-4/+4
* Remove cairo.RectangleInt from the foreign moduleTomeu Vizoso2011-01-181-96/+0
* Fix warnings.Ignacio Casal Quinteiro2010-12-231-11/+2
* [gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_tJohn (J5) Palmieri2010-11-221-21/+64
* [gi] add the rectangle_int_t forign cairo typeJohn (J5) Palmieri2010-11-091-0/+4
* add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocatedJohn (J5) Palmieri2010-11-091-0/+57
* include Python.h so that PY_VERSION_HEX gets definedJohn (J5) Palmieri2010-10-281-0/+1
* include the correct pycairo versionJohn (J5) Palmieri2010-09-171-0/+6
* Rename GArgument to GIArgumentTomeu Vizoso2010-09-011-4/+4
* make cairo module compile in py3kJohn (J5) Palmieri2010-08-251-10/+7
* Add foreign struct support for GVariantTomeu Vizoso2010-07-151-8/+8
* Build the cairo shim as a python module so the _gi module stops linking to itTomeu Vizoso2010-06-291-14/+42
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-18/+18
* Add support for foreign structsTomeu Vizoso2010-04-171-0/+103