From 3e9cccc84db3c9d9229154793fce3b0b4e848285 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 15 Sep 2007 17:57:23 +0200 Subject: Objective-C layer: Implement objcl_invoke_with_types. darcs-hash:48fc78847f6466537cec456aa2819dd1dcf0733b --- Objective-C/libobjcl.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Objective-C/libobjcl.h') diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index 5e1af6d..236cd3a 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -53,11 +53,12 @@ objcl_invoke_method (OBJCL_OBJ_DATA receiver, void objcl_invoke_with_types (void *receiver, SEL method_selector, - char *(types[]), id *exception, - void *return_value, int argc, - ...); + char *return_typespec, + char *arg_typespecs[], + void *return_value, + void **argv); OBJCL_OBJ_DATA objcl_find_class (const char *class_name); -- cgit v1.2.3