ObjcGlue.addSelectorParameterSymbol

Adds the selector parameter to the given list of parameters.

For Objective-C methods the selector parameter is added. For non-Objective-C methods parameters is unchanged.

class ObjcGlue
abstract const
size_t
addSelectorParameterSymbol

Parameters

functionDeclaration FuncDeclaration

the function declaration to add the selector parameter from

parameters Symbol**

the list of parameters to add the selector parameter to

parameterCount size_t

the number of parameters

Return Value

Type: size_t

the new number of parameters

Meta