diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-02-19 19:50:36 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-02-19 19:50:36 -0300 |
commit | cbd0fbb19f3fc7d490e9f8299cce2cb5bc55dcea (patch) | |
tree | 3dcb280a07d6dd8196362787f327cd0715da618b /giscanner/giscannermodule.c | |
parent | ec3bcb29fb938ac3d0ea70c1b739a76970613403 (diff) | |
download | gobject-introspection-cbd0fbb19f3fc7d490e9f8299cce2cb5bc55dcea.tar.gz |
Add a hall of shame comment
Diffstat (limited to 'giscanner/giscannermodule.c')
-rw-r--r-- | giscanner/giscannermodule.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c index 7d75f55b..26f28cb6 100644 --- a/giscanner/giscannermodule.c +++ b/giscanner/giscannermodule.c @@ -532,6 +532,9 @@ static int calc_attrs_length(PyObject *attributes, int indent, return attr_length + indent + self_indent; } +/* Hall of shame, wasted time debugging the code below + * 20min - Johan 2009-02-19 + */ static PyObject * pygi_collect_attributes (PyObject *self, PyObject *args) |