send_message_sync


Description:

public void send_message_sync (Message message)

This sends the provided message synchronously over the bus.

To send a message asynchronously, use send_message. The convenience function gedit_message_bus_send_sync can be used to easily send a message without constructing the message object explicitly first.

Parameters:

this

a MessageBus

message

the message to send