Revert "repo: Fix nullability for remote options"

This reverts commit c4d03d28500c75ad2bcf7b75383fc60fe7b83ca8.
This commit is contained in:
Colin Walters 2023-03-17 11:53:20 -04:00
parent d49632faa6
commit 00c41eacd2

View File

@ -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
*/