diff options
author | Richard Hughes <richard@hughsie.com> | 2018-06-13 15:27:46 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2018-06-13 15:27:46 +0100 |
commit | 46f510ae094cd0d7100699095f0f2bf95a671654 (patch) | |
tree | b46be0a8bb8032d47b73f65aefaf1b9e5e8d8418 | |
parent | d301f0cc4e467bdd7d2988056820fafbe3c6cfbf (diff) | |
download | appstream-glib-46f510ae094cd0d7100699095f0f2bf95a671654.tar.gz |
trivial: Fix GObjectIntrospection markup for adding metadata
-rw-r--r-- | libappstream-glib/as-app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-app.c b/libappstream-glib/as-app.c index 4b21c24..6ac3ea7 100644 --- a/libappstream-glib/as-app.c +++ b/libappstream-glib/as-app.c @@ -3844,7 +3844,7 @@ as_app_add_url (AsApp *app, * as_app_add_metadata: * @app: a #AsApp instance. * @key: the metadata key. - * @value: the value to store. + * @value: (nullable): the value to store. * * Adds a metadata entry to the application. * |