aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-20 05:13:25 +0800
committerDan Winship <danw@src.gnome.org>2001-01-20 05:13:25 +0800
commitad68d3656f56b4a4f8194f9cc68721769041260f (patch)
treec8658e56094b61433c9e2a6de2ba8edc4161d0e1 /shell/evolution-storage.h
parent9a33302fa098fa5a93e7919c32a2aa67a7e092da (diff)
downloadgsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.tar
gsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.tar.gz
gsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.tar.bz2
gsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.tar.lz
gsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.tar.xz
gsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.tar.zst
gsoc2013-evolution-ad68d3656f56b4a4f8194f9cc68721769041260f.zip
New function. Obvious.
* evolution-storage.c (evolution_storage_folder_exists): New function. Obvious. svn path=/trunk/; revision=7654
Diffstat (limited to 'shell/evolution-storage.h')
-rw-r--r--shell/evolution-storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-storage.h b/shell/evolution-storage.h
index 824c7ea12a..8336f14adc 100644
--- a/shell/evolution-storage.h
+++ b/shell/evolution-storage.h
@@ -105,6 +105,8 @@ EvolutionStorageResult evolution_storage_update_folder_by_uri (EvolutionStorage
gboolean highlighted);
EvolutionStorageResult evolution_storage_removed_folder (EvolutionStorage *evolution_storage,
const char *path);
+gboolean evolution_storage_folder_exists (EvolutionStorage *evolution_storage,
+ const char *path);
#ifdef __cplusplus
}