Expose iso_node_get_type().

This commit is contained in:
Vreixo Formoso
2007-12-07 22:25:31 +01:00
parent 27670f8d3a
commit 70b9b87150
2 changed files with 25 additions and 0 deletions

View File

@ -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.
*