From 87af64438238ce5931cf0afad271f49320e37192 Mon Sep 17 00:00:00 2001 From: Dom Lachowicz Date: Mon, 11 Jan 2010 12:39:54 +0000 Subject: Bug 12556 - document that dictionary-related functions return a reference-counted object git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@28599 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6 --- src/enchant.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/enchant.c b/src/enchant.c index 6fd1ebb..0446f1a 100644 --- a/src/enchant.c +++ b/src/enchant.c @@ -1737,7 +1737,7 @@ enchant_broker_free (EnchantBroker * broker) * @pwl: A non-null pathname in the GLib file name encoding (UTF-8 on Windows) * to the personal wordlist file * - * Returns: + * Returns: An EnchantDict. This dictionary is reference counted. */ ENCHANT_MODULE_EXPORT (EnchantDict *) enchant_broker_request_pwl_dict (EnchantBroker * broker, const char *const pwl) @@ -1832,7 +1832,7 @@ _enchant_broker_request_dict (EnchantBroker * broker, const char *const tag) * @broker: A non-null #EnchantBroker * @tag: The non-null language tag you wish to request a dictionary for ("en_US", "de_DE", ...) * - * Returns: An #EnchantDict, or %null if no suitable dictionary could be found. + * Returns: An #EnchantDict, or %null if no suitable dictionary could be found. This dictionary is reference counted. */ ENCHANT_MODULE_EXPORT (EnchantDict *) enchant_broker_request_dict (EnchantBroker * broker, const char *const tag) -- cgit v1.2.1