DBusInterfaceMethodCallFunc
Description:
[ CCode ( instance_pos = 7.9 ) ]
[ Version ( since = "2.26" ) ]
public delegate void DBusInterfaceMethodCallFunc (DBusConnection connection, string sender, string object_path, string interface_name, string method_name, Variant parameters, owned DBusMethodInvocation invocation)
[ Version ( since = "2.26" ) ]
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 | |
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 must be used to return a value or error. |
user_data |
The |
Namespace: GLib
Package: gio-2.0