summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDavid Hewitt <davidmhewitt@gmail.com>2019-04-14 13:28:57 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2019-04-15 03:23:29 +0000
commitd0842a1e4c8f1ee29fe11c906d00dd36e29a5240 (patch)
tree1e9fe1605744ab83c573c420b6ba66ad74ebe84e /common
parentb07b48e206688ab5de28e85e9cf501e0dfc58003 (diff)
downloadflatpak-d0842a1e4c8f1ee29fe11c906d00dd36e29a5240.tar.gz
flatpak_installation_update_appstream: mark arch as nullable
Closes: #2826 Approved by: matthiasclasen
Diffstat (limited to 'common')
-rw-r--r--common/flatpak-installation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/flatpak-installation.c b/common/flatpak-installation.c
index d0eed266..2942cbb5 100644
--- a/common/flatpak-installation.c
+++ b/common/flatpak-installation.c
@@ -2477,7 +2477,7 @@ flatpak_installation_fetch_remote_ref_sync (FlatpakInstallation *self,
* flatpak_installation_update_appstream_sync:
* @self: a #FlatpakInstallation
* @remote_name: the name of the remote
- * @arch: Architecture to update, or %NULL for the local machine arch
+ * @arch: (nullable): Architecture to update, or %NULL for the local machine arch
* @out_changed: (nullable): Set to %TRUE if the contents of the appstream changed, %FALSE if nothing changed
* @cancellable: (nullable): a #GCancellable
* @error: return location for a #GError
@@ -2504,7 +2504,7 @@ flatpak_installation_update_appstream_sync (FlatpakInstallation *self,
* flatpak_installation_update_appstream_full_sync:
* @self: a #FlatpakInstallation
* @remote_name: the name of the remote
- * @arch: Architecture to update, or %NULL for the local machine arch
+ * @arch: (nullable): Architecture to update, or %NULL for the local machine arch
* @progress: (scope call) (nullable): progress callback
* @progress_data: (closure progress) (nullable): user data passed to @progress
* @out_changed: (nullable): Set to %TRUE if the contents of the appstream changed, %FALSE if nothing changed