diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-09 11:55:42 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-09 11:55:42 +0800 |
commit | e35ba583fa539cc4ececde8c190cabe42f292472 (patch) | |
tree | c8aa3980511082782df5e19057781a619c962736 /e-util/e-list.h | |
parent | 10b1fc590bf3204088215c2531a550197ee3db70 (diff) | |
download | gsoc2013-evolution-e35ba583fa539cc4ececde8c190cabe42f292472.tar.gz gsoc2013-evolution-e35ba583fa539cc4ececde8c190cabe42f292472.tar.zst gsoc2013-evolution-e35ba583fa539cc4ececde8c190cabe42f292472.zip |
Added e_list_duplicate.
2000-07-08 Christopher James Lahey <clahey@helixcode.com>
* e-list.c, e-list.h: Added e_list_duplicate.
svn path=/trunk/; revision=4002
Diffstat (limited to 'e-util/e-list.h')
-rw-r--r-- | e-util/e-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-list.h b/e-util/e-list.h index 545798fbf9..7a0170970f 100644 --- a/e-util/e-list.h +++ b/e-util/e-list.h @@ -43,6 +43,7 @@ struct _EListClass { EList *e_list_new (EListCopyFunc copy, EListFreeFunc free, void *closure); +EList *e_list_duplicate (EList *list); EIterator *e_list_get_iterator (EList *list); void e_list_append (EList *list, const void *data); |