poppler-glib Reference Manual

Synopsis

public class IndexIter : Boxed  {
    public                              IndexIter                 ( Document            document ) ;


    public    weak IndexIter            copy                      (  ) ;
    public    weak Action               get_action                (  ) ;
    public    weak IndexIter            get_child                 (  ) ;
    public    bool                      is_open                   (  ) ;
    public    bool                      next                      (  ) ;
}

IndexIter Description

Details

Constructor Details

IndexIter ()
    public                              IndexIter                 ( Document            document ) ;		

Field Details

Signal Details

Property Details

Method Details

copy ()
    public    weak IndexIter            copy                      (  ) ;		

get_action ()
    public    weak Action               get_action                (  ) ;		

get_child ()
    public    weak IndexIter            get_child                 (  ) ;		

is_open ()
    public    bool                      is_open                   (  ) ;		

next ()
    public    bool                      next                      (  ) ;		


Created by Valadoc