Ryujinx-GtkSharp/gtk/gui-thread-check
Andrés G. Aragoneses 7dafb39c01 gui-thread-check: add two more methods to the whitelist
At application shutdown, it's very likely to be spammed by
gui-thread-check with a river of:

*** GTK CALL NOT IN GUI THREAD: Widget.Dispose
*** GTK CALL NOT IN GUI THREAD: Widget.remove_InternalDestroyed
*** GTK CALL NOT IN GUI THREAD: Widget.Dispose
*** GTK CALL NOT IN GUI THREAD: Widget.remove_InternalDestroyed
...

From what I gather, these two methods (in gtk-sharp master[1]) could
be called by the finalizers, but do not call any unmanaged functions,
so it should be ok to not report them as violations.

[1] https://github.com/mono/gtk-sharp/blob/master/gtk/Widget.cs

Cherry-picked from 77a40599ca
2013-10-31 10:18:02 +01:00
..
profiler gui-thread-check: add two more methods to the whitelist 2013-10-31 10:18:02 +01:00
COPYING gui-thread-check: Replace COPYING with the correct license 2012-11-15 21:14:45 +01:00
Makefile.am Moved gui-thread-check subfolder inside gtk subfolder. 2012-11-03 23:06:02 +00:00