Initialize value
with the type of the property property_name
on interface_name
, and write the
value of that property into it as if by calling the D-Bus method org.
freedesktop.DBus.Properties.Get.
If Get would return a D-Bus error, value
remains unset and error
is filled in instead.
self |
an object with this mixin |
interface_name |
a D-Bus interface name |
property_name |
a D-Bus property name |
value |
an unset GValue (initialized to all zeroes) |
|