summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-remote.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-03-17 08:19:22 -0400
committerColin Walters <walters@verbum.org>2023-03-17 08:25:23 -0400
commitcbec85f2d01a45922fe8812fceb3d20b2a8f6e20 (patch)
treefb08c46bcbceb8b48536772bfb75bb5938b2d30d /src/libostree/ostree-remote.c
parent3f27cff6cb07be407d96d4a97ceb22d6e0b68a50 (diff)
downloadostree-cbec85f2d01a45922fe8812fceb3d20b2a8f6e20.tar.gz
lib: Fix two nullable annotations
- commit parents are optional - remote URLs are optional
Diffstat (limited to 'src/libostree/ostree-remote.c')
-rw-r--r--src/libostree/ostree-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-remote.c b/src/libostree/ostree-remote.c
index 04f08352..3695e0f4 100644
--- a/src/libostree/ostree-remote.c
+++ b/src/libostree/ostree-remote.c
@@ -186,7 +186,7 @@ ostree_remote_get_name (OstreeRemote *remote)
*
* Get the URL from the remote.
*
- * Returns: (transfer full): the remote's URL
+ * Returns: (transfer full) (nullable): the remote's URL
* Since: 2018.6
*/
gchar *