diff options
author | 7 <NotZed@Ximian.com> | 2001-10-18 06:44:27 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-18 06:44:27 +0800 |
commit | 4b9dbd4269daf414066e5c7a15b992e3efedbfb2 (patch) | |
tree | 6176ad74e5d5629df80eb7acca2b9f6065a28b4a /camel/camel-store.h | |
parent | 460c0c33231fddbbfac5ed56c58f3a06332d0040 (diff) | |
download | gsoc2013-evolution-4b9dbd4269daf414066e5c7a15b992e3efedbfb2.tar.gz gsoc2013-evolution-4b9dbd4269daf414066e5c7a15b992e3efedbfb2.tar.zst gsoc2013-evolution-4b9dbd4269daf414066e5c7a15b992e3efedbfb2.zip |
New function to clone a folderinfo tree.
2001-10-17 <NotZed@Ximian.com>
* camel-store.c (camel_folder_info_clone): New function to clone a
folderinfo tree.
svn path=/trunk/; revision=13740
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index 8f7f566d3a..2cb1e4c7fb 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -183,6 +183,7 @@ CamelFolderInfo *camel_folder_info_build (GPtrArray *folders, const char *namespace, char separator, gboolean short_names); +CamelFolderInfo *camel_folder_info_clone (CamelFolderInfo *fi); gboolean camel_store_supports_subscriptions (CamelStore *store); |