summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-03-17 11:53:20 -0400
committerColin Walters <walters@verbum.org>2023-03-17 11:53:20 -0400
commit00c41eacd26a39fa64ce24827f1989fed13090b8 (patch)
tree46fe24863dc9499cd7aa064c33d790ca16e6e2f5
parentd49632faa6cbcda7b2891d5aab9f5a9a68348160 (diff)
downloadostree-00c41eacd26a39fa64ce24827f1989fed13090b8.tar.gz
Revert "repo: Fix nullability for remote options"
This reverts commit c4d03d28500c75ad2bcf7b75383fc60fe7b83ca8.
-rw-r--r--src/libostree/ostree-repo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c
index 15bfb4ef..282970e6 100644
--- a/src/libostree/ostree-repo.c
+++ b/src/libostree/ostree-repo.c
@@ -982,7 +982,7 @@ _ostree_repo_remote_name_is_file (const char *remote_name)
* underneath that group, or @default_value if the remote exists but not the
* option name. If an error is returned, @out_value will be set to %NULL.
*
- * Returns: (nullable): %TRUE on success, otherwise %FALSE with @error set
+ * Returns: %TRUE on success, otherwise %FALSE with @error set
*
* Since: 2016.5
*/