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).

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, view it on GitHub, or mute the thread.