get_structure


Description:

public unowned Structure? get_structure ()

Access the structure of the message.

Parameters:

this

The Message.

Returns:

The structure of the message. The structure is still owned by the message, which means that you should not free it and that the pointer becomes invalid when you free the message.

MT safe.