gio-2.0 Reference Manual

Synopsis

public class FileEnumerator : Object  {
    public    bool                      close                     ( Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      has_pending               (  ) ;
    public    bool                      is_closed                 (  ) ;
    public    void                      set_pending               ( bool                pending ) ;
    public    virtual void              close_async               ( int                 io_priority,
                                                                    Cancellable?        cancellable,
                                                                    AsyncReadyCallback  callback ) ;
    public    virtual bool              close_finish              ( AsyncResult         _result ) 
                                                             throws GLib.Error;
    public    virtual bool              close_fn                  ( Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    virtual weak FileInfo     next_file                 ( Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    virtual void              next_files_async          ( int                 num_files,
                                                                    int                 io_priority,
                                                                    Cancellable?        cancellable,
                                                                    AsyncReadyCallback  callback ) ;
    public    virtual weak List         next_files_finish         ( AsyncResult         _result ) 
                                                             throws GLib.Error;
}

FileEnumerator Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

close ()
    public    bool                      close                     ( Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

has_pending ()
    public    bool                      has_pending               (  ) ;		

is_closed ()
    public    bool                      is_closed                 (  ) ;		

set_pending ()
    public    void                      set_pending               ( bool                pending ) ;		

close_async ()
    public    virtual void              close_async               ( int                 io_priority,
                                                                    Cancellable?        cancellable,
                                                                    AsyncReadyCallback  callback ) ;		

close_finish ()
    public    virtual bool              close_finish              ( AsyncResult         _result ) 
                                                             throws GLib.Error;		

close_fn ()
    public    virtual bool              close_fn                  ( Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

next_file ()
    public    virtual weak FileInfo     next_file                 ( Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

next_files_async ()
    public    virtual void              next_files_async          ( int                 num_files,
                                                                    int                 io_priority,
                                                                    Cancellable?        cancellable,
                                                                    AsyncReadyCallback  callback ) ;		

next_files_finish ()
    public    virtual weak List         next_files_finish         ( AsyncResult         _result ) 
                                                             throws GLib.Error;		


Created by Valadoc