Table of Contents

Delegate DBusInterfaceSetPropertyFunc

Namespace
Gio
Assembly
Gio-2.0.dll
public delegate bool DBusInterfaceSetPropertyFunc(DBusConnection connection, string sender, string objectPath, string interfaceName, string propertyName, Variant value, Error error)

Parameters

connection DBusConnection
sender string
objectPath string
interfaceName string
propertyName string
value Variant
error Error

Returns

bool