Function
GioIOSchedulerJobFunc
Declaration
gboolean
(* GIOSchedulerJobFunc) (
GIOSchedulerJob* job,
GCancellable* cancellable,
gpointer user_data
)
Description
I/O Job function.
Long-running jobs should periodically check the cancellable
to see if they have been cancelled.
Parameters
job |
GIOSchedulerJob |
A |
|
The data is owned by the caller of the function. | |
cancellable |
GCancellable |
Optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
user_data |
gpointer |
The data to pass to callback function. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |