aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-11-22 08:45:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-22 08:45:40 +0800
commit17c69cb3be3501e423f8d480ed0fa1f1f44c64b8 (patch)
tree04bf57b5de3df74a609e18902515992486b84178 /e-util/ChangeLog
parentf69d5ec14310f4903a8b88224f7c82cfa1de014a (diff)
downloadgsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.tar
gsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.tar.gz
gsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.tar.bz2
gsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.tar.lz
gsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.tar.xz
gsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.tar.zst
gsoc2013-evolution-17c69cb3be3501e423f8d480ed0fa1f1f44c64b8.zip
New function, set a reference to a string that is then owned/free'd by the
2000-11-22 Not Zed <NotZed@HelixCode.com> * e-memory.c (e_strv_set_ref_free): New function, set a reference to a string that is then owned/free'd by the strv. (e_strv_destroy): If there are any strings to destroy, free them here. svn path=/trunk/; revision=6645
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 36102ffee2..1494b6130b 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -5,6 +5,10 @@
searching.
(e_mempool_strdup): Doh, and allocate enough for the terminating
NUL at that.
+ (e_strv_set_ref_free): New function, set a reference to a string
+ that is then owned/free'd by the strv.
+ (e_strv_destroy): If there are any strings to destroy, free them
+ here.
2000-11-21 Not Zed <NotZed@HelixCode.com>