send_message


Description:

public void send_message (Message message)

This sends the provided message asynchronously over the bus.

To send a message synchronously, use send_message_sync. The convenience function gedit_message_bus_send can be used to easily send a message without constructing the message object explicitly first.

Parameters:

this

a MessageBus

message

the message to send