diff options
author | Corentin Noël <corentin@elementary.io> | 2017-05-22 10:00:14 +0200 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2017-05-22 10:00:14 +0200 |
commit | bdc25d463aa086a3ba1a9ff66d99d9b79feae830 (patch) | |
tree | 9b87510fb74c870d25326cd4cc430a15fd4c39a3 /src/libedataserver/e-source-mail-identity.c | |
parent | f1ba5d86824507710d0d6f78bcc5980f44643448 (diff) | |
download | evolution-data-server-bdc25d463aa086a3ba1a9ff66d99d9b79feae830.tar.gz |
Bug 782847 - Some fixes to the developer documentation
Diffstat (limited to 'src/libedataserver/e-source-mail-identity.c')
-rw-r--r-- | src/libedataserver/e-source-mail-identity.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libedataserver/e-source-mail-identity.c b/src/libedataserver/e-source-mail-identity.c index 72bbd9cb0..919052693 100644 --- a/src/libedataserver/e-source-mail-identity.c +++ b/src/libedataserver/e-source-mail-identity.c @@ -818,9 +818,9 @@ e_source_mail_identity_set_aliases (ESourceMailIdentity *extension, * e_source_mail_identity_get_aliases() if you need more fine-grained * control on the list of aliases. * - * Returns: (transfer full): A newly created #GHashTable will - * all the aliases. Returns %NULL if there are none set. Use - * g_hash_table_destroy() to free the returned hash table. + * Returns: (transfer full) (element-type utf8 utf8) (nullable): A newly created + * #GHashTable will all the aliases. Returns %NULL if there are none set. + * Use g_hash_table_destroy() to free the returned hash table. * * Since: 3.24 **/ |