aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-18 16:48:32 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-18 16:48:32 +0800
commit9eec91e7be4cd60778e3e624ab60d17721d4050a (patch)
treeda217e753b10b233216f5b57a5847d68bc712847 /camel/camel-object.h
parent1a68102c00f473ff8892f901fa71f9cd2c5a6534 (diff)
downloadgsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.tar
gsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.tar.gz
gsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.tar.bz2
gsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.tar.lz
gsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.tar.xz
gsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.tar.zst
gsoc2013-evolution-9eec91e7be4cd60778e3e624ab60d17721d4050a.zip
setup for static inititialisation.
2004-06-18 Not Zed <NotZed@Ximian.com> * camel-exception.h (CAMEL_EXCEPTION_INITIALISER): setup for static inititialisation. svn path=/trunk/; revision=26414
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r--camel/camel-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h
index 80e68aecf3..cbdf9fdb2c 100644
--- a/camel/camel-object.h
+++ b/camel/camel-object.h
@@ -243,7 +243,7 @@ gboolean camel_object_meta_set(void *vo, const char * name, const char *value);
int camel_object_state_read(void *vo);
int camel_object_state_write(void *vo);
-/* free a bunch of objects, list must be 0 terminated */
+/* free a retrieved object. May be a noop for static data. */
void camel_object_free(void *vo, guint32 tag, void *value);
/* for managing bags of weakly-ref'd 'child' objects */