GNOME Bugzilla – Bug 756348
[PATCH] Silence some deprecation warnings in the findinfiles plugin
Last modified: 2019-03-23 20:33:25 UTC
Created attachment 313023 [details] [review] Patch This silences the Gtk-related deprecation warnings. g_async_queue_timed_pop has been superseded by g_async_queue_timeout_pop which isn't yet into the GLib vapi. The other GLib warnings appear to be related to the async code generation, can't do much for those.
Pushed: https://git.gnome.org/browse/gedit-plugins/commit/?id=b820ea080ef18c7416eea08d01435073c45721c6 Thanks.