mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-02 19:22:33 +00:00
Add class_getInstanceMethod, method_setImplementation bindings
This commit is contained in:
3
vendor/darwin/Foundation/objc.odin
vendored
3
vendor/darwin/Foundation/objc.odin
vendored
@@ -13,6 +13,9 @@ foreign Foundation {
|
||||
objc_allocateClassPair :: proc "c" (superclass: Class, name: cstring, extraBytes: uint) ---
|
||||
|
||||
class_addMethod :: proc "c" (cls: Class, name: SEL, imp: IMP, types: cstring) -> BOOL ---
|
||||
class_getInstanceMethod :: proc "c" (cls: Class, name: SEL) -> Method ---
|
||||
|
||||
method_setImplementation :: proc "c" (method: Method, imp: IMP) ---
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user