summaryrefslogtreecommitdiff
path: root/giscanner/ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/ast.py')
-rw-r--r--giscanner/ast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/ast.py b/giscanner/ast.py
index d9f23539..23a0c9e7 100644
--- a/giscanner/ast.py
+++ b/giscanner/ast.py
@@ -373,6 +373,7 @@ class Namespace(object):
self.ctypes = {} # Maps from CType -> node
self.symbols = {} # Maps from function symbols -> Function
self.includes = set() # Include
+ self.shared_libraries = [] # str
def type_from_name(self, name, ctype=None):
"""Backwards compatibility method for older .gir files, which