register


Description:

public void register (Type message_type, string object_path, string method)

Register a message on the bus.

A message must be registered on the bus before it can be send. This function registers the type for method at object_path .

This function emits a registered signal.

Parameters:

this

a MessageBus

message_type

the message type

object_path

the object path

method

the method to register