find_aux_argument
Description:
[
Version ( since =
"3.0" ) ]
public unowned ParamSpec find_aux_argument (
string name)
Searches the this's auxiliary arguments for a
ParamSpec called name.
Parameters:
| this |
A Procedure
|
| name |
An auxiliary argument name
|
Returns:
|
The this's auxiliary argument with name if it exists, or
null otherwise.
|