New API call iso_node_get_hidden().

This commit is contained in:
2010-06-20 09:18:30 +02:00
parent 9be5b241e2
commit c0963596e5
2 changed files with 20 additions and 0 deletions

View File

@ -432,6 +432,12 @@ void iso_node_set_hidden(IsoNode *node, int hide_attrs)
}
}
int iso_node_get_hidden(IsoNode *node)
{
return node->hidden;
}
/**
* Add a new node to a dir. Note that this function don't add a new ref to
* the node, so you don't need to free it, it will be automatically freed