set_delegated_channels_callback


Description:

[ Version ( since = "0.15.3" ) ]
public void set_delegated_channels_callback (owned BaseClientDelegatedChannelsCb callback)

Turn on support for the org.

freedesktop.Telepathy.ChannelRequest.DelegateToPreferredHandler hint.

When receiving a request containing this hint, this will automatically delegate the channels to the preferred handler of the request and then call callback to inform the client that it is no longer handling those channels.

Parameters:

this

a BaseClient implementing Handler

callback

function called when channels currently handled by this are delegated, may not be null

destroy

called with the user_data as argument, when this is destroyed

user_data

arbitrary user-supplied data passed to callback