]> git.cworth.org Git - apitrace/blobdiff - specs/stdapi.py
Factor the proc address wrapping into gltrace.py
[apitrace] / specs / stdapi.py
index 60e287dadc1cfa816f1c49504be43769f4a95980..745ea259586c88641ca2c93f468608c3c0c0f16b 100644 (file)
@@ -837,7 +837,7 @@ class API:
         self.addFunctions(api.functions)
         self.addInterfaces(api.interfaces)
 
-    def get_function_by_name(self, name):
+    def getFunctionByName(self, name):
         for function in self.functions:
             if function.name == name:
                 return function