GDBusInterfaceGetPropertyFunc

The type of the get_property function in GDBusInterfaceVTable

alias GDBusInterfaceGetPropertyFunc = GVariant* function(GDBusConnection* connection, const(char)* sender, const(char)* objectPath, const(char)* interfaceName, const(char)* propertyName, GError** error, void* userData)

Return Value

A glib.Variant with the value for property_name or NULL if error is set. If the returned glib.Variant is floating, it is consumed - otherwise its reference count is decreased by one.

Meta

Since

2.26