Table of Contents

Delegate DBusInterfaceMethodCallFunc

Namespace
Gio
Assembly
Gio-2.0.dll
public delegate void DBusInterfaceMethodCallFunc(DBusConnection connection, string sender, string objectPath, string interfaceName, string methodName, Variant parameters, DBusMethodInvocation invocation)

Parameters

connection DBusConnection
sender string
objectPath string
interfaceName string
methodName string
parameters Variant
invocation DBusMethodInvocation