summaryrefslogtreecommitdiff
path: root/giscanner/maintransformer.py
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-15 16:45:48 -0400
committerColin Walters <walters@verbum.org>2010-09-15 16:49:16 -0400
commit2b9df1ded8f4af871e6e6b7b7306230f1c33a51e (patch)
tree30115b6f16344f77379838c345885a084986ca35 /giscanner/maintransformer.py
parente8221c2b4711b43d6cba985139eb417ca1fab151 (diff)
downloadgobject-introspection-2b9df1ded8f4af871e6e6b7b7306230f1c33a51e.tar.gz
scanner: Add temporary workaround for GStreamer
Also document/bug link the other workarounds; just made up a convention for ## WORKAROUND ## See: https://bugzilla.gnome.org/show_bug.cgi?id=550616
Diffstat (limited to 'giscanner/maintransformer.py')
-rw-r--r--giscanner/maintransformer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/giscanner/maintransformer.py b/giscanner/maintransformer.py
index 550023f4..130d449a 100644
--- a/giscanner/maintransformer.py
+++ b/giscanner/maintransformer.py
@@ -46,8 +46,10 @@ class MainTransformer(object):
# Public API
def transform(self):
+ ## WORKAROUND ##
# Dirty hack for now...maybe eventually we'll support the "typedef GSList FooSet"
# pattern.
+ # https://bugzilla.gnome.org/show_bug.cgi?id=629682
if self._namespace.name == 'Atk':
attribute = self._namespace.get('Attribute')
attributeset = self._namespace.get('AttributeSet')