gio-2.0 Reference Manual

Synopsis

public    static delegate void          AsyncReadyCallback        ( Object              source_object,
                                                                    AsyncResult         res )  ;
public    static delegate void          FileProgressCallback      ( int64               current_num_bytes,
                                                                    int64               total_num_bytes )  ;
public    delegate bool                 FileReadMoreCallback      ( string              file_contents,
                                                                    int64               file_size,
                                                                    void**              callback_data )  ;
public    static delegate bool          IOSchedulerJobFunc        ( IOSchedulerJob      job,
                                                                    Cancellable         cancellable )  ;
public    delegate void**               ReallocFunc               ( void**              data,
                                                                    ulong               size )  ;
public    delegate void                 SimpleAsyncThreadFunc     ( SimpleAsyncResult   res,
                                                                    Object              object,
                                                                    Cancellable         cancellable )  ;

Details

AsyncReadyCallback ()

public    static delegate void          AsyncReadyCallback        ( Object              source_object,
                                                                    AsyncResult         res )  ;		

FileProgressCallback ()

public    static delegate void          FileProgressCallback      ( int64               current_num_bytes,
                                                                    int64               total_num_bytes )  ;		

FileReadMoreCallback ()

public    delegate bool                 FileReadMoreCallback      ( string              file_contents,
                                                                    int64               file_size,
                                                                    void**              callback_data )  ;		

IOSchedulerJobFunc ()

public    static delegate bool          IOSchedulerJobFunc        ( IOSchedulerJob      job,
                                                                    Cancellable         cancellable )  ;		

ReallocFunc ()

public    delegate void**               ReallocFunc               ( void**              data,
                                                                    ulong               size )  ;		

SimpleAsyncThreadFunc ()

public    delegate void                 SimpleAsyncThreadFunc     ( SimpleAsyncResult   res,
                                                                    Object              object,
                                                                    Cancellable         cancellable )  ;		


Created by Valadoc