get_gvalue


Description:

[ 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.

Parameters:

this

A ServiceAction

argument

The name of the argument to retrieve

type

The type of argument to retrieve

Returns:

Value as Value associated with this. unset and g_slice_free it after usage.