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