diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-11 00:30:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-11 00:30:36 +0800 |
commit | 04b9887c41506d308aac7b89858b3bd5a4bb9ec4 (patch) | |
tree | ab1abd3a26582f4a660e37bbfa54e28faebbf59f /e-util/ChangeLog | |
parent | 7dc0bc621e9dfa3bcc0d2aee4f2b15a5945829f5 (diff) | |
download | gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.tar gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.tar.gz gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.tar.bz2 gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.tar.lz gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.tar.xz gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.tar.zst gsoc2013-evolution-04b9887c41506d308aac7b89858b3bd5a4bb9ec4.zip |
Implemented a new `e_gtk_signal_connect_full_while_alive()' utility
that does what `gtk_signal_connect_full()' does, but with additional
destruction safety as provided by `gtk_signal_connect_while_alive()'.
svn path=/trunk/; revision=5303
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 19aca4a76f..4ad4c0e6af 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2000-09-10 Ettore Perazzoli <ettore@helixcode.com> + + * e-gtk-utils.c: New. + (e_gtk_signal_connect_full_while_alive): New. + + * e-gtk-utils.h: New. + 2000-09-08 Lauris Kaplinski <lauris@helixcode.com> * e-font.c: Use experimental 16-bit font stuff for EFonts |