Method

RmfKeyvalueIteratornext

Declaration [src]

RmfKeyvalue*
rmf_keyvalue_iterator_next (
  RmfKeyvalueIterator* iterator
)

Description [src]

Advance the iterator by one, returning the next keyvalue.

Return value

Type: RmfKeyvalue

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

The data is owned by the instance.