lib/core: Fix ‘Since’ line for ostree_validate_remote_name()
This was missed when cherry-picking it out of https://github.com/ostreedev/ostree/pull/924#discussion_r123097919. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #950 Approved by: cgwalters
This commit is contained in:
parent
027c77c621
commit
333d264c5b
|
|
@ -187,7 +187,7 @@ ostree_validate_rev (const char *rev,
|
||||||
* @error: Error
|
* @error: Error
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @remote_name is a valid remote name
|
* Returns: %TRUE if @remote_name is a valid remote name
|
||||||
* Since: 2017.7
|
* Since: 2017.8
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
ostree_validate_remote_name (const char *remote_name,
|
ostree_validate_remote_name (const char *remote_name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue