summaryrefslogtreecommitdiff
path: root/src/libedataserver/e-source-mail-identity.c
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2017-05-22 10:00:14 +0200
committerMilan Crha <mcrha@redhat.com>2017-05-22 10:00:14 +0200
commitbdc25d463aa086a3ba1a9ff66d99d9b79feae830 (patch)
tree9b87510fb74c870d25326cd4cc430a15fd4c39a3 /src/libedataserver/e-source-mail-identity.c
parentf1ba5d86824507710d0d6f78bcc5980f44643448 (diff)
downloadevolution-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.c6
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
**/