summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-12 14:31:11 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-12 14:31:11 +0100
commit7e0ed974893862d871b2aa915bb6f84a05dedc5b (patch)
tree50c593dfdb7f65ef5e37296a8cd5d6d173170642
parentdddfcfcb95b0dd0cf60b5eb0af27c7468df36f91 (diff)
downloadappstream-glib-7e0ed974893862d871b2aa915bb6f84a05dedc5b.tar.gz
trivial: Merge some gtk-doc fixups
-rw-r--r--libappstream-glib/as-app.h2
-rw-r--r--libappstream-glib/as-suggest.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h
index 64b4221..0c130fa 100644
--- a/libappstream-glib/as-app.h
+++ b/libappstream-glib/as-app.h
@@ -110,7 +110,7 @@ typedef enum {
* @AS_APP_SUBSUME_FLAG_LANGUAGES: Copy the languages
* @AS_APP_SUBSUME_FLAG_NAME: Copy the name
* @AS_APP_SUBSUME_FLAG_COMMENT: Copy the comment
- * @AS_APP_SUBSUME_FLAG_DEVELOPER_NAME Copy the developer name
+ * @AS_APP_SUBSUME_FLAG_DEVELOPER_NAME: Copy the developer name
* @AS_APP_SUBSUME_FLAG_DESCRIPTION: Copy the description
* @AS_APP_SUBSUME_FLAG_METADATA: Copy the metadata
* @AS_APP_SUBSUME_FLAG_URL: Copy the urls
diff --git a/libappstream-glib/as-suggest.c b/libappstream-glib/as-suggest.c
index d244557..8db15fb 100644
--- a/libappstream-glib/as-suggest.c
+++ b/libappstream-glib/as-suggest.c
@@ -120,7 +120,7 @@ as_suggest_kind_to_string (AsSuggestKind kind)
*
* Gets the suggest ids if set.
*
- * Returns: (transfer none): the #GPtrArray, or %NULL
+ * Returns: (transfer none) (element-type utf-8): the #GPtrArray, or %NULL
*
* Since: 0.6.1
**/
@@ -167,7 +167,7 @@ as_suggest_set_kind (AsSuggest *suggest, AsSuggestKind kind)
/**
* as_suggest_add_id:
* @suggest: a #AsSuggest instance.
- * @ids: the #GPtrArray, or %NULL
+ * @id: an application ID, e.g. `gimp.desktop`
*
* Add a the suggest application ID.
*