From d82e3f717fffd4be7a9450c39f7fa00e0c12754c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Thu, 29 Oct 2015 00:44:50 +0100 Subject: [PATCH] Fix missing annotations. --- src/as-component.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/as-component.c b/src/as-component.c index 7e2b7625..2f0df1d7 100644 --- a/src/as-component.c +++ b/src/as-component.c @@ -431,7 +431,7 @@ as_component_add_release (AsComponent *cpt, AsRelease* release) * * Gets the URLs set for the component. * - * Returns: (transfer none): URLs + * Returns: (transfer none) (element-type utf8 utf8): URLs * * Since: 0.6.2 **/ @@ -520,7 +520,7 @@ as_component_add_extends (AsComponent* cpt, const gchar* cpt_id) * * Gets the bundle-ids set for the component. * - * Returns: (transfer none): Bundle ids + * Returns: (transfer none) (element-type utf8 utf8): Bundle ids * * Since: 0.8.0 **/ @@ -1208,7 +1208,7 @@ as_component_get_icon_url (AsComponent *cpt, int width, int height) * * Gets the icon-urls has table for the component. * - * Returns: (transfer none): A hash map of icon urls and sizes + * Returns: (transfer none) (element-type utf8 utf8): A hash map of icon urls and sizes * * Since: 0.7.4 **/