Method

RmfPathIteratornext

Declaration [src]

RmfPath*
rmf_path_iterator_next (
  RmfPathIterator* iterator
)

Description [src]

Advance the iterator by one, returning the next path.

Return value

Type: RmfPath

The next path in the iterator, or NULL if the iterator is exhausted.

The data is owned by the instance.