After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756348 - [PATCH] Silence some deprecation warnings in the findinfiles plugin
[PATCH] Silence some deprecation warnings in the findinfiles plugin
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-10 16:08 UTC by lemonboy
Modified: 2019-03-23 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.15 KB, patch)
2015-10-10 16:08 UTC, lemonboy
none Details | Review

Description lemonboy 2015-10-10 16:08:58 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.