gmain: Explicitly document the threading behaviour of g_timeout_add()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 19 Dec 2014 15:33:59 +0000 (15:33 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 3 Mar 2015 18:40:33 +0000 (18:40 +0000)
commit8df6e5fa3ffeb74739d5d914669c7e245a84e46d
tree0c1feb69d56bbcce36c87c7e1f475081d4f51f3c
parent4aedc85fb35f58b602259d34b94dcebeefa198bc
gmain: Explicitly document the threading behaviour of g_timeout_add()

i.e. That calling g_timeout_add() from a thread other than the main one
probably doesn’t do what you want. Same for g_idle_add() and the
*_full() variants.

https://bugzilla.gnome.org/show_bug.cgi?id=741779
glib/gmain.c