disconnect_by_func


Description:

public void disconnect_by_func (string object_path, string method, MessageCallback callback)

Disconnects a previously connected message callback by matching the provided callback function and user_data.

See also disconnect.

Parameters:

this

a MessageBus

object_path

the object path

method

the method

callback

the connected callback

user_data

the user_data with which the callback was connected