Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always pass along the callable cache to the arg cache constructors | Garrett Regier | 2014-08-07 | 1 | -4/+5 |
| | | | | | | | This will be needed in a future patch which requires that the callable cache is always available. https://bugzilla.gnome.org/show_bug.cgi?id=727004 | ||||
* | cache refactoring: Move GList/GSList arg setup and marshaling into new file | Simon Feltman | 2014-02-02 | 1 | -0/+38 |
Move GList and GSList argument caching and marshaling fragments into an isolated file: pygi-list.c. https://bugzilla.gnome.org/show_bug.cgi?id=709700 |