From c31e45dda43e1bf10e66a724cb90d51cd6cfaa26 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 13 Aug 2007 13:59:04 +0200 Subject: Add a SELECTOR function and use coerced selectors in Objective C code rather than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c --- Objective-C/libobjcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objective-C/libobjcl.h') diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index 8ccafa7..270fa78 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -38,7 +38,7 @@ objcl_shutdown_runtime (void); OBJCL_OBJ_DATA objcl_invoke_method (OBJCL_OBJ_DATA receiver, - const char *method_name, + SEL method_selector, int argc, ...); -- cgit v1.2.3