dbus_properties_mixin_get


Description:


[ Version ( since = "0.7.13" ) ]
public bool dbus_properties_mixin_get (Object self, string interface_name, string property_name, Value value) throws Error

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.

Parameters:

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)

Returns:

true (filling value) on success, false (setting error) on failure


Namespace: TelepathyGLib
Package: telepathy-glib