From ad68d3656f56b4a4f8194f9cc68721769041260f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 19 Jan 2001 21:13:25 +0000 Subject: New function. Obvious. * evolution-storage.c (evolution_storage_folder_exists): New function. Obvious. svn path=/trunk/; revision=7654 --- shell/evolution-storage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/evolution-storage.h') 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 } -- cgit