GNOME Bugzilla – Bug 744013
StTextureCache: do not monitor files inside GResource
Last modified: 2015-02-04 21:20:57 UTC
See also bug 744010.
Created attachment 296151 [details] [review] StTextureCache: do not monitor files inside GResource This is wasteful, since GResource does not support file monitoring. Further, doing so will trigger a fallback code path in GLib that polls every second in a thread, which is doubly wasteful.
Review of attachment 296151 [details] [review]: OK
Attachment 296151 [details] pushed as 12b0050 - StTextureCache: do not monitor files inside GResource