ActionCreatingCall
Name
ActionCreatingCall -- An action that calls a C function.
Description
The createActionCall: messages are similar to the createActionTo messages, except they specify the action to be performed as a binding of a C function to a list of argument values. The correct number of arguments for the function pointer passed as the initial argument must be supplied.
Protocols adopted by ActionCreatingCall
None
Methods
Phase: Using
- (id <ActionCall>)
createActionCall: (func_t)
fptr - (id <ActionCall>)
createActionCall: (func_t)
fptr : arg1 - (id <ActionCall>)
createActionCall: (func_t)
fptr : arg1 : arg2 - (id <ActionCall>)
createActionCall: (func_t)
fptr : arg1 : arg2 : arg3