mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 827486, part 3 - add dependencies for CGBindingImplClass. r=bz
This commit is contained in:
parent
e00f4bc0d2
commit
cb4fc817c0
@ -7665,6 +7665,7 @@ class CGBindingImplClass(CGClass):
|
||||
getters and setters.
|
||||
"""
|
||||
self.descriptor = descriptor
|
||||
self._deps = descriptor.interface.getDeps()
|
||||
|
||||
iface = descriptor.interface
|
||||
|
||||
@ -7780,6 +7781,10 @@ class CGBindingImplClass(CGClass):
|
||||
def getGetParentObjectBody(self):
|
||||
return None
|
||||
|
||||
def deps(self):
|
||||
return self._deps
|
||||
|
||||
|
||||
class CGExampleClass(CGBindingImplClass):
|
||||
"""
|
||||
Codegen for the actual example class implementation for this descriptor
|
||||
|
Loading…
Reference in New Issue
Block a user