Document RegisterBindings::RegisterProxyHandlers.

This commit is contained in:
Ms2ger 2015-10-07 12:22:15 +02:00
parent 03b04e5363
commit 6b160c6a29

View file

@ -4982,8 +4982,9 @@ class CGRegisterProtos(CGAbstractMethod):
class CGRegisterProxyHandlersMethod(CGAbstractMethod):
def __init__(self, descriptors):
docs = "Create the global vtables used by the generated DOM bindings to implement JS proxies."
CGAbstractMethod.__init__(self, None, 'RegisterProxyHandlers', 'void', [],
unsafe=True, pub=True)
unsafe=True, pub=True, docs=docs)
self.descriptors = descriptors
def definition_body(self):