summaryrefslogtreecommitdiff
path: root/gi/pygobject-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate GError related code into pygi-errorSimon Feltman2014-05-041-3/+0
| | | | | | | | | Rename all pyglib_error_* functions to pygi_error_* and move them into pygi-error.[h|c]. Register GError as part of the gi._gi module instead of gi._gi._glib. Update all code to use new naming. https://bugzilla.gnome.org/show_bug.cgi?id=712519
* marshal refactoring: Move GValue marshaling from pytype into pygi-valueSimon Feltman2014-02-021-16/+0
| | | | | | | Move marshaling of GValues to and from PyObjects into pygi-value.c. Make PyGTypeMarshal struct and related functions accessible via pygtype.h. https://bugzilla.gnome.org/show_bug.cgi?id=709700
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-0/+205
Remove gi._gobject._gobject as a separately compiled static module and move all the files into gi._gi. Remove dead module initialization macros from "pyglib-python-compat.h" https://bugzilla.gnome.org/show_bug.cgi?id=712197