get_node


Description:

public unowned Node? get_node ()

Returns the Node representing the this's hierarchical placement, or null if this has not been placed in the data source hierarchy.

The data member of the Node points back to this . This is an easy way to traverse ancestor and descendant data sources.

Note that accessing other data sources this way is not thread-safe, and this therefore function may be replaced at some later date.

Parameters:

this

an ServerSideSource

Returns:

a Node, or null