writable_structure


Description:

[ Version ( since = "1.14" ) ]
public unowned Structure writable_structure ()

Get a writable version of the structure.

Parameters:

this

A writable 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. This function ensures that this is writable, and if so, will never return null.

MT safe.