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