| connection |
A DBusConnection.
|
| sender |
The unique bus name of the remote caller or null if not specified by the caller, e.g. on
peer-to-peer connections.
|
| object_path |
The object path that the method was invoked on.
|
| interface_name |
The D-Bus interface name for the property.
|
| property_name |
The name of the property to get the value of.
|
| error |
Return location for error.
|
| user_data |
The user_data pointer passed to
register_object.
|
|
A Variant with the value for property_name or null if
throws is set. If the returned Variant is floating, it is consumed -
otherwise its reference count is decreased by one.
|