Update to fix rename of 'extends' to 'superclasses' upstream
This commit is contained in:
@@ -157,8 +157,13 @@ cdef extern from "capnp/schema.h" namespace " ::capnp":
|
||||
Maybe[Method] findMethodByName(StringPtr name)
|
||||
Method getMethodByName(StringPtr name)
|
||||
bint extends(InterfaceSchema other)
|
||||
SuperclassList getSuperclasses()
|
||||
# kj::Maybe<InterfaceSchema> findSuperclass(uint64_t typeId) const;
|
||||
|
||||
cdef cppclass SuperclassList" ::capnp::InterfaceSchema::SuperclassList":
|
||||
uint size()
|
||||
InterfaceSchema operator[](uint index)
|
||||
|
||||
cdef cppclass StructSchema(Schema):
|
||||
cppclass Field:
|
||||
StructNode.Member.Reader getProto()
|
||||
|
||||
Reference in New Issue
Block a user