Creates a new Poppler.LayersIter as a copy of iter. This must be freed with
poppler_layers_iter_free().
a new Poppler.LayersIter Since 0.12
Frees iter.
Returns a newly created child of parent, or null if the iter has no child.
See poppler_layers_iter_new() for more information on this function.
a new Poppler.LayersIter, or null
Returns the Poppler.Layer associated with iter.
a new Poppler.Layer, or null if there isn't any layer associated with iter
Returns the title associated with iter. It must be freed with
g_free().
a new string containing the iter's title or null if iter doesn't have a title. The returned string should be freed with g_free() when no longer needed.
Sets iter to point to the next action at the current level, if valid. See
poppler_layers_iter_new() for more information.
true, if iter was set to the next action
Staticnew
Interface for getting the Layers of a poppler_document
Since 24.10 this type supports g_autoptr