Virtual Method

GeglMetadataiter_next

Declaration [src]

const gchar*
iter_next (
  GeglMetadata* metadata,
  GeglMetadataIter* iter
)

Description [src]

Move the iterator to the next metadata item.

Parameters

iter GeglMetadataIter
 

GeglMetadataIter to be updated.

 The data is owned by the caller of the function.

Return value

Returns: const gchar*
 

Key name if found, else NULL.

 The data is owned by the called function.
 The value is a NUL terminated UTF-8 string.