writable_structure


Description:

public unowned Structure writable_structure ()

Get a writable version of the structure.

Parameters:

this

A writable Token.

Returns:

The structure of the token. The structure is still owned by the token, which means that you should not free it and that the pointer becomes invalid when you free the token. This function ensures that this is writable, and if so, will never return null.

MT safe.