From 5eed01a18d9cb0e727563e88e247e344917f9e9f Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 18 Dec 1999 15:27:14 +0000 Subject: documented. 1999-12-18 bertrand * camel/camel-folder.c (camel_folder_get_summary): documented. added the providers/mbox directory. Now that camel-folder has been cleaned up a bit, the main evolution provider work can start. The MH provider was only a proof of concept, and should not be used for the moment. svn path=/trunk/; revision=1503 --- camel/camel-folder.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/camel-folder.c') diff --git a/camel/camel-folder.c b/camel/camel-folder.c index a6e46cd0e3..f22d2c0f54 100644 --- a/camel/camel-folder.c +++ b/camel/camel-folder.c @@ -1534,6 +1534,17 @@ camel_folder_has_summary_capability (CamelFolder *folder, } +/** + * camel_folder_get_summary: return the summary of a folder + * @folder: folder object + * @ex: exception object + * + * Return a CamelFolderSummary object from + * which the main informations about a folder + * can be retrieved. + * + * Return value: the folder summary object. + **/ CamelFolderSummary * camel_folder_get_summary (CamelFolder *folder, CamelException *ex) -- cgit