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;
}

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;
Created by Valadoc