summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-enums.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-06 15:16:29 +0200
committerRichard Hughes <richard@hughsie.com>2014-08-06 15:16:46 +0200
commit14ea4d7c8d56729f21014b95ef50649c9a70e60a (patch)
treed06205f56adcaa05d7c3b35f08ef8f69c9e5d6f2 /libappstream-glib/as-enums.h
parent6a621f4261badd38ff389c234b47733f40d0bce0 (diff)
downloadappstream-glib-14ea4d7c8d56729f21014b95ef50649c9a70e60a.tar.gz
trivial: Fix various GObject Introspection markup problems
Diffstat (limited to 'libappstream-glib/as-enums.h')
-rw-r--r--libappstream-glib/as-enums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libappstream-glib/as-enums.h b/libappstream-glib/as-enums.h
index f5a6d0b..6624f45 100644
--- a/libappstream-glib/as-enums.h
+++ b/libappstream-glib/as-enums.h
@@ -39,6 +39,7 @@ G_BEGIN_DECLS
* @AS_ID_KIND_INPUT_METHOD: A input method add-on
* @AS_ID_KIND_WEB_APP: A web appication
* @AS_ID_KIND_SOURCE: A software source
+ * @AS_ID_KIND_ADDON: An addon, e.g. a plugin
*
* The ID type.
**/
@@ -102,7 +103,7 @@ typedef enum {
* @AS_KUDO_KIND_UNKNOWN: Type invalid or not known
* @AS_KUDO_KIND_SEARCH_PROVIDER: Installs a search provider
* @AS_KUDO_KIND_USER_DOCS: Installs user documentation
- * @AS_KUDO_KIND_APP_MENU Uses the GNOME application menu
+ * @AS_KUDO_KIND_APP_MENU: Uses the GNOME application menu
* @AS_KUDO_KIND_MODERN_TOOLKIT: Uses a modern toolkit like GTK3 or QT5
* @AS_KUDO_KIND_NOTIFICATIONS: Registers notifications with KDE or GNOME
*