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