GNOME Bugzilla – Bug 446738
api to check lockedness
Last modified: 2010-12-22 18:59:31 UTC
I recently had to debug some locking issues in the print backends, and found it very helpful to add a "do I own the GDK lock ?" check to a number of public entry points that are used in the print backends. I wonder if we want to add something like this ? The adding of checks to public entry points can be done gradually, once the check function is in place.
Created attachment 89805 [details] [review] patch