mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
GIOSchedulerJob: Improve struct packing
This commit is contained in:
parent
bfe7548fe1
commit
a2094d5e56
@ -51,11 +51,10 @@ struct _GIOSchedulerJob {
|
||||
GSourceFunc cancel_func; /* Runs under job map lock */
|
||||
gpointer data;
|
||||
GDestroyNotify destroy_notify;
|
||||
|
||||
gint io_priority;
|
||||
GCancellable *cancellable;
|
||||
GMainContext *context;
|
||||
|
||||
gint io_priority;
|
||||
guint idle_tag;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user