DBusInterfaceMethodCallFunc


Description:

public delegate void DBusInterfaceMethodCallFunc (DBusConnection connection, string sender, string object_path, string interface_name, string method_name, Variant parameters, owned DBusMethodInvocation invocation)

The type of the method_call function in DBusInterfaceVTable.

Parameters:

connection

A DBusConnection.

sender

The unique bus name of the remote caller.

object_path

The object path that the method was invoked on.

interface_name

The D-Bus interface name the method was invoked on.

method_name

The name of the method that was invoked.

parameters

A Variant tuple with parameters.

invocation

A DBusMethodInvocation object that can be used to return a value or error.

user_data

The user_data gpointer passed to register_object.


Namespace: GLib
Package: gio-2.0