Expose iso_node_get_type().
This commit is contained in:
@ -63,6 +63,14 @@ void iso_node_unref(IsoNode *node)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the type of an IsoNode.
|
||||
*/
|
||||
enum IsoNodeType iso_node_get_type(IsoNode *node)
|
||||
{
|
||||
return node->type;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the name of a node.
|
||||
*
|
||||
|
Reference in New Issue
Block a user