Copyright 2008, 2009, 2010 Kevin Ryde This file is part of Glib-Ex-ConnectProperties. Glib-Ex-ConnectProperties is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. Glib-Ex-ConnectProperties is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Glib-Ex-ConnectProperties. If not, see . Version 12, November 2010 - new widget-allocation#rectangle - avoid bad value_validate() on non ref counted boxed types like rectangles Version 11, September 2010 - new widget-allocation Version 10, September 2010 - new dynamic() connection style Version 9, August 2010 - tests fix to avoid signal ID warnings on Glib 2.4.1 Version 8, August 2010 - new element options read_only, write_only, read_signal, and read_signal_return Version 7, June 2010 - new element options func_in, func_out, hash_in, hash_out, bool_not Version 6, January 2010 - test script fix, explain() only in new enough Test::More Version 5, July 2009 - in the tests on Gtk 2.16 need display initialized to create a Gtk2::Entry Version 4, January 2008 - use Glib::ParamSpec values_cmp and value_validate when available Version 3, August 2008 - use get_property() to cope with objects which override plain get(), eg. Gtk2::ListStore - fix disconnect() removing the signal handlers Version 2, June 2008 - fix for t/POSIX.t in perl 5.8 Version 1, May 2008 - the first version