Glib 1.232 (unstable) available

2011-08-23 Thread Torsten Schoenfeld
Overview of changes in Glib 1.232 = * In the documentation generated by Glib::GenPod, show default values for properties. * Correctly handle objects which have floating references. * When checking whether a variable is a reference, correctly account for get

Re: Glib 1.232 (unstable) available

2011-08-23 Thread Torsten Schoenfeld
On 23.08.2011 21:09, Torsten Schoenfeld wrote: * Correctly handle objects which have floating references. Dang, looks like I was too fast with committing this. The change breaks Gtk2/t/GtkAction.t, specifically this part: http://git.gnome.org/browse/perl-Gtk2/tree/t/GtkAction.t#n56. Here's

Re: Glib 1.232 (unstable) available

2011-08-23 Thread Kevin Ryde
Torsten Schoenfeld kaffeeti...@gmx.de writes: Gtk2::Action::get_proxies returns widgets which have only a single, floating ref on them. I could never tell if the connect-proxies signal was doing the right thing in letting get_proxies() look like that. I suppose together with uimanager it's