]> git.cworth.org Git - apitrace/blobdiff - retrace.py
s/all_types/getAllTypes/
[apitrace] / retrace.py
index 0e28d18b4a64618db8fb10b0e5b4faa407137df5..25e26093597df8fad5ff9ab5d0217d1ffb1c6069 100644 (file)
@@ -299,7 +299,7 @@ class Retracer:
         print '#include "retrace.hpp"'
         print
 
-        types = api.all_types()
+        types = api.getAllTypes()
         handles = [type for type in types if isinstance(type, stdapi.Handle)]
         handle_names = set()
         for handle in handles: