summaryrefslogtreecommitdiff
path: root/giscanner/introspectablepass.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/introspectablepass.py')
-rw-r--r--giscanner/introspectablepass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/introspectablepass.py b/giscanner/introspectablepass.py
index 4d19ab30..f3ab7e65 100644
--- a/giscanner/introspectablepass.py
+++ b/giscanner/introspectablepass.py
@@ -137,7 +137,7 @@ class IntrospectablePass(object):
target = self._transformer.lookup_typenode(typeval)
if not target:
return False
- return target.introspectable
+ return target.introspectable and (not target.skip)
def _analyze_node(self, obj, stack):
if obj.skip: