summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-store.c')
-rw-r--r--libappstream-glib/as-store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c
index 67d331d..8816f5d 100644
--- a/libappstream-glib/as-store.c
+++ b/libappstream-glib/as-store.c
@@ -2006,7 +2006,7 @@ as_store_from_file_internal (AsStore *store,
* as_store_from_file:
* @store: a #AsStore instance.
* @file: a #GFile.
- * @icon_root: the icon path, or %NULL for the default (unused)
+ * @icon_root: (nullable): the icon path, or %NULL for the default (unused)
* @cancellable: a #GCancellable.
* @error: A #GError or %NULL.
*
@@ -2098,7 +2098,7 @@ as_store_from_bytes (AsStore *store,
* as_store_from_xml:
* @store: a #AsStore instance.
* @data: XML data
- * @icon_root: the icon path, or %NULL for the default.
+ * @icon_root: (nullable): the icon path, or %NULL for the default.
* @error: A #GError or %NULL.
*
* Parses AppStream XML file and adds any valid applications to the store.