aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-exception.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-11-16 16:36:39 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-16 16:36:39 +0800
commitd39149c5797d79e902621585554985132c1e445d (patch)
tree5319382fa77e77f4b80f78d3ff7c5f31b69b7802 /camel/camel-exception.h
parentc484e227fd338b26e4bf1b075dc8a7701d77a120 (diff)
downloadgsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.gz
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.bz2
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.lz
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.xz
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.zst
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.zip
New file - utility functions for locking using different strategies and/or
2000-11-16 Not Zed <NotZed@HelixCode.com> * camel-lock.c: New file - utility functions for locking using different strategies and/or for locking folders safely. * Makefile.am (libcamel_la_SOURCES): Adde camel-lock.[ch] svn path=/trunk/; revision=6590
Diffstat (limited to 'camel/camel-exception.h')
-rw-r--r--camel/camel-exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-exception.h b/camel/camel-exception.h
index d5c93e5941..bb8df1a6fc 100644
--- a/camel/camel-exception.h
+++ b/camel/camel-exception.h
@@ -77,7 +77,7 @@ void camel_exception_xfer (CamelException *ex_dst,
/* exception content retrieval */
ExceptionId camel_exception_get_id (CamelException *ex);
-const gchar * camel_exception_get_description (CamelException *ex);
+const char * camel_exception_get_description (CamelException *ex);
#define camel_exception_is_set(ex) (camel_exception_get_id (ex) != CAMEL_EXCEPTION_NONE)