LayersIter
Object Hierarchy:
Description:
Namespace: Poppler
Package: poppler-glib
Content:
Creation methods:
Methods:
-
public unowned LayersIter copy ()
Creates a new LayersIter as a copy of iter
. This must be freed with poppler_layers_iter_free.
-
public unowned LayersIter get_child ()
Returns a newly created child of parent, or null if the iter has no child. See
LayersIter for more information on this function.
-
public weak Layer get_layer ()
Returns the Layer associated with iter. It
must be freed with poppler_layer_free.
-
public unowned string get_title ()
Returns the title associated with iter. It must be freed with
g_free.
-
public bool next ()
Sets iter to point to the next action at the current level, if valid. See
LayersIter for more information.