pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
128 stars 36 forks source link

Add cairo function mapping #58

Closed lazka closed 10 years ago

lazka commented 10 years ago

Example: Gtk.Widget.draw

cairo_push_group() can be translated to cairo.Context.push_group()

Maybe by introspecting pycairo and generating a mapping from there.

lazka commented 10 years ago

Fixed