GNOME Bugzilla – Bug 724706
gsource: document priority of child sources
Last modified: 2014-02-20 23:33:11 UTC
Add a note to the documentation that child sources cannot have their priority changed independently from their parent. Add a g_return_if_fail() to the public API in order to enforce this. This was already a reality due to the check in g_source_set_priority_unlocked(), but it was never explicitly documented.
Created attachment 269652 [details] [review] gsource: document priority of child sources
Attachment 269652 [details] pushed as 0415930 - gsource: document priority of child sources