mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 18:40:58 +01:00
Expand docs
svn path=/trunk/; revision=6366
This commit is contained in:
parent
2f82279c81
commit
12a26c75a9
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gioscheduler.h: Expand docs a bit.
|
||||||
|
|
||||||
2008-01-24 Alexander Larsson <alexl@redhat.com>
|
2008-01-24 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gdrive.[ch]:
|
* gdrive.[ch]:
|
||||||
|
@ -47,6 +47,12 @@ typedef struct _GIOSchedulerJob GIOSchedulerJob;
|
|||||||
*
|
*
|
||||||
* I/O Job function.
|
* I/O Job function.
|
||||||
*
|
*
|
||||||
|
* Note that depending on whether threads are available, the
|
||||||
|
* #GIOScheduler may run jobs in separate threads or in an idle
|
||||||
|
* in the mainloop.
|
||||||
|
*
|
||||||
|
* Long-running jobs should periodically check the @cancellable
|
||||||
|
* to see if they have been cancelled.
|
||||||
**/
|
**/
|
||||||
typedef void (*GIOSchedulerJobFunc) (GIOSchedulerJob *job,
|
typedef void (*GIOSchedulerJobFunc) (GIOSchedulerJob *job,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user