diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-30 05:35:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-30 05:35:14 +0800 |
commit | a6ee8336942ad5443d48c1177073bd72225e9f64 (patch) | |
tree | 089af539c57391d81b2726066f16e363f3a5fa8b | |
parent | 6a337122e631ff3802f07429d480b2af7780f35a (diff) | |
download | gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.tar gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.tar.gz gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.tar.bz2 gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.tar.lz gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.tar.xz gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.tar.zst gsoc2013-evolution-a6ee8336942ad5443d48c1177073bd72225e9f64.zip |
Updated the gtk-doc comment.
2000-11-29 Jeffrey Stedfast <fejj@helixcode.com>
* camel-store.c (camel_store_get_folder): Updated the gtk-doc
comment.
svn path=/trunk/; revision=6725
-rw-r--r-- | camel/ChangeLog | 5 | ||||
-rw-r--r-- | camel/camel-store.c | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6329faab7d..bc2909c56e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-11-29 Jeffrey Stedfast <fejj@helixcode.com> + + * camel-store.c (camel_store_get_folder): Updated the gtk-doc + comment. + 2000-11-29 Dan Winship <danw@helixcode.com> * camel-mime-utils.c: diff --git a/camel/camel-store.c b/camel/camel-store.c index 362b3fae92..6ee4692ff4 100644 --- a/camel/camel-store.c +++ b/camel/camel-store.c @@ -264,14 +264,12 @@ get_folder_internal(CamelStore *store, const char *folder_name, guint32 flags, C * camel_store_get_folder: Return the folder corresponding to a path. * @store: a CamelStore * @folder_name: name of the folder to get - * @create: whether or not to create the folder if it doesn't already exist + * @flags: folder flags (create, save body index, etc) * @ex: a CamelException * * Returns the folder corresponding to the path @folder_name. If the * path begins with the separator character, it is relative to the - * root folder. Otherwise, it is relative to the default folder. If - * @create is %TRUE and the named folder does not already exist, it will - * be created. + * root folder. Otherwise, it is relative to the default folder. * * Return value: the folder **/ |