I realise it's a deprecated interface but can anyone explain what Glib::Threads:Private<SomeObject> does?

Does it guarantee that 'SomeObject' can only be accessed by code running in a particular thread? And if so, does it do that by creating a specific thread for the object - or does it use whichever thread was running when Glib::Threads:Private got called? Hope that makes sense....

John
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to