From 766c0f6c6636baa79ba139d68b22f82f543d5c97 Mon Sep 17 00:00:00 2001 From: Nils Faerber Date: Wed, 10 May 2006 12:14:25 +0000 Subject: [PATCH] Added proper comment pmo-trunk-r29 --- src/modest-tny-account-store.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 1ee54a8..2b63752 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -361,8 +361,15 @@ modest_tny_account_store_get_transport_accounts (TnyAccountStoreIface *iface) } -/* - * Returns gchar* to the path of the cache directory +/** + * modest_tny_account_store_get_cache_dir: + * @self: self a TnyAccountStoreIface instance + * + * returns the pathname of the cache directory + * + * Returns: a newly allocated string with the value of the pathname + * to the cache directory or NULL if the environment variable $HOME is + * not set, * pointer has to be freed by caller */ static const gchar* -- 1.7.9.5