summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-03-12 15:39:30 +0000
committerRichard Hughes <richard@hughsie.com>2018-03-12 15:39:30 +0000
commit601da87355b145cc5742f1d545278f6856f452b8 (patch)
tree79838ceedcfa236ca129ba213e3b08fa80689c22
parent0c54573e420b25c201a016df829906c9aee45472 (diff)
downloadappstream-glib-601da87355b145cc5742f1d545278f6856f452b8.tar.gz
trivial: Fix the introspection for as_app_get_metadata()
-rw-r--r--libappstream-glib/as-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-app.c b/libappstream-glib/as-app.c
index a9efe09..ddfc60a 100644
--- a/libappstream-glib/as-app.c
+++ b/libappstream-glib/as-app.c
@@ -1485,7 +1485,7 @@ as_app_get_developer_names (AsApp *app)
*
* Gets the metadata set for the application.
*
- * Returns: (transfer none): hash table of metadata
+ * Returns: (transfer none) (element-type utf8 utf8): hash table of metadata
*
* Since: 0.1.6
**/