mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Change objc_class_name to objc_name with objc_is_class_method
This commit is contained in:
@@ -13,7 +13,7 @@ Locking_unlock :: proc(self: ^Locking($T)) {
|
||||
Condition :: struct {using _: Locking(Condition) }
|
||||
|
||||
|
||||
@(objc_type=Condition, objc_class_name="alloc")
|
||||
@(objc_type=Condition, objc_name="alloc", objc_is_class_method=true)
|
||||
Condition_alloc :: proc() -> ^Condition {
|
||||
return msgSend(^Condition, Condition, "alloc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user