From 7a58d0e28aecbf2044f543999909625cb99752d9 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 19 Feb 2008 18:56:15 +0100 Subject: Make objcl_add_method capable of adding methods to registered classes. darcs-hash:a29d29425ab1e91101b691224b5ee591b8237961 --- Objective-C/libobjcl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Objective-C/libobjcl.h') diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index b5cefce..b3e1a3a 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -203,7 +203,8 @@ objcl_add_method (Class class, int argc, const char *return_typespec, const char *arg_typespecs[], - const char *signature); + const char *signature, + int registered_p); void objcl_finalise_class (Class class); -- cgit v1.2.3