accept_async


Description:

public async DBusConnection accept_async () throws Error

Accept an incoming D-Bus tube.

When the tube has been accepted callback will be called. You can then call accept_async.end to get the DBusConnection that will be used to communicate through the tube.

Parameters:

this

an incoming DBusTubeChannel

callback

a callback to call when the tube has been offered

user_data

data to pass to callback