[Github-comments] [geany/geany] Prevent most GTK3 deprecation warnings that can't be fixed on GTK2 (3e649dd)
Matthew Brush
notifications at xxxxx
Fri Sep 22 00:13:20 UTC 2017
This "breaks" any C++ plugins which relied on the `GtkWidget*` type being returned from the `gtk_*_new()` constructors. Those plugins require a cast from `void*` to `GtkWidget*` after this compat wrapper was added. ([see here](http://lists.geany.org/pipermail/users/2017-September/010427.html)).
Not sure if it's worth fixing, but it would be easy to put a cast back to `GtkWidget*` to match the return type of the original functions.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/3e649dddef93723ebc2487d30023fc5f62d894ca#commitcomment-24476042
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170922/359e6682/attachment.html>
More information about the Github-comments
mailing list