GNOME Bugzilla – Bug 726333
priority argument dropped from Mainloop.idle_add
Last modified: 2014-06-15 14:41:03 UTC
Commit b5e467d89aea43a8e32a1138d232c8a32e6b0785 quietly dropped the priority argument from idle_add, which caused a regression in gnome-shell as it needed to queue an idle task at higher priority: https://bugzilla.gnome.org/show_bug.cgi?id=585500 If this was unintentionally dropped, can it come back? It can be useful sometimes.
Created attachment 278486 [details] [review] mainloop: restore priority arguments to *_add() calls The original Mainloop API had an optional priority argument at the end of idle_add(), timeout_add() and timeout_add_seconds(). Restore support for it.
Review of attachment 278486 [details] [review]: OK.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.