Add type field to IsoFilesystem. Minor documentation.

This commit is contained in:
Vreixo Formoso
2008-01-19 17:17:50 +01:00
parent 0c1ea8cc7e
commit 0e87bf8792
6 changed files with 63 additions and 8 deletions

View File

@ -530,7 +530,7 @@ int iso_dir_iter_remove(IsoDirIter *iter)
}
/**
* Get the destination of a node (in UTF-8).
* Get the destination of a node.
* The returned string belongs to the node and should not be modified nor
* freed. Use strdup if you really need your own copy.
*/