summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-pull.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-03-14 17:35:19 -0400
committerGitHub <noreply@github.com>2023-03-14 17:35:19 -0400
commitc0427ec1ea72f555f17f0e61fd5d2dfd2aa1dd30 (patch)
tree8fa9b8cf772e487d75a0fa32ea74602eaa113ea6 /src/libostree/ostree-repo-pull.c
parente7c414cbff3fad73e4527a280db494b2dcbc7b03 (diff)
parentfa750fba8032dd271b33ef1553b46f9a0a985e50 (diff)
downloadostree-c0427ec1ea72f555f17f0e61fd5d2dfd2aa1dd30.tar.gz
Merge pull request #2814 from tintou/tintou/ostree-coverage
libostree: Enhance the annotation coverage
Diffstat (limited to 'src/libostree/ostree-repo-pull.c')
-rw-r--r--src/libostree/ostree-repo-pull.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c
index dd21e8c8..99e52b1e 100644
--- a/src/libostree/ostree-repo-pull.c
+++ b/src/libostree/ostree-repo-pull.c
@@ -6564,10 +6564,9 @@ ostree_repo_pull_from_remotes_finish (OstreeRepo *self,
* @self: Self
* @name: name of a remote
* @options: (nullable): A GVariant a{sv} with an extensible set of flags
- * @out_summary: (out) (optional): return location for raw summary data, or
- * %NULL
- * @out_signatures: (out) (optional): return location for raw summary
- * signature data, or %NULL
+ * @out_summary: (out) (optional): return location for raw summary data, or %NULL
+ * @out_signatures: (out) (optional): return location for raw summary signature
+ * data, or %NULL
* @cancellable: a #GCancellable
* @error: a #GError
*