> But I suppose the answer is again, I need two function calls for my purpose > in the GNU runtime.
Yes. I guess what you really want is a variant of class_getMethodImplementation() which returns NULL (instead of a forwarding function) if the method is not implemented directly by the class. But there is no such variant. ;-) Any particular reason you need to make a difference between forwarded and non-forwarded methods ? Thanks _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
