get_cached_property
Description:
Looks up the value for a property from the cache.
This call does no blocking IO.
If this has an expected interface (see
g_interface_info) and property_name
is referenced by
it, then value
is checked against the type of the property.
Parameters:
this |
A DBusProxy. |
property_name |
Property name. |
Returns:
A reference to the Variant instance that holds the value for |