get_structure


Description:

public unowned Structure get_structure ()

Accesses the structure of the context.

Parameters:

this

The Context.

Returns:

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