summaryrefslogtreecommitdiffstats
path: root/gi/module.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore the overrides supportSimon van der Linden2010-01-221-14/+29
| | | | | | | | | | | | | Add a ModuleProxy in front of the DynamicModule when an overrides module is present. There is no need for an overrides module to be a class; it can just be a module. Add an override decorator to override the wrapper of a registered type. Adapt Gdk and Gtk accordingly. Add tests. https://bugzilla.gnome.org/show_bug.cgi?id=602830
* Remove trailing whitespaceJohan Dahlin2009-11-301-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602830
* Set a default constructor for boxed structs that don't have oneTomeu Vizoso2009-11-301-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602735
* Initial importSimon van der Linden2009-11-081-0/+167