Re: gtk 3 stuck menu bug on Mac

2017-12-08 Thread Christian Schoenebeck
I uploaded a patch for this bug to the bug tracker: https://bugzilla.gnome.org/show_bug.cgi?id=791174 Since I filed this report on the "Quartz" driver component, and since I have the impression that the Quartz driver is not really maintained right now, maybe somebody else might review

Re: g_object_ref() now propagates types

2017-12-08 Thread Paul Davis
On Fri, Dec 8, 2017 at 6:26 AM, Philip Withnall wrote: > Hi all, > > We just landed a patch in GLib which propagates the type from the > argument of g_object_ref() to its return type: > > https://git.gnome.org/browse/glib/commit/?id=3fae39a5d >

Re: g_object_ref() now propagates types

2017-12-08 Thread Emmanuele Bassi
On 8 December 2017 at 11:26, Philip Withnall wrote: > If anybody encounters any problems with this, please comment on the bug > report: > > https://bugzilla.gnome.org/show_bug.cgi?id=790697 As a side note: I've started a full Continuous rebuild, so if there are projects

g_object_ref() now propagates types

2017-12-08 Thread Philip Withnall
Hi all, We just landed a patch in GLib which propagates the type from the argument of g_object_ref() to its return type: https://git.gnome.org/browse/glib/commit/?id=3fae39a5d https://bugzilla.gnome.org/show_bug.cgi?id=790697 The idea here is that it will catch invalid implicit casts which the