Node
Description:
[ CCode ( has_construct_function = false ) ]
public Node ()
public Node ()
Create a new graph that can contain further processing nodes.
Returns:
A new top level Node (which can be used as a graph). When you are done using this graph instance it should be unreferenced with g_object_unref. This will also free any sub nodes created from this node. |