[ Version ( since = "0.13.3" ) ]
public Value? get_gvalue (string argument, Type type)
Retrieves the value of argument
into a GValue of type type
and returns it.
The method exists only and only to satify PyGI, please use get_value and ignore this if possible.
this | |
argument |
The name of the argument to retrieve |
type |
The type of argument to retrieve |
Value as Value associated with this. unset
and |