doc: update libpkgconf-pkg docs to match
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/249/head
Doug Freed 2022-10-12 21:49:22 -04:00 committed by Ariadne Conill
parent 08db74c474
commit 131619ae4b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ routines.
:param char* a: The first version to compare in the pair.
:param char* b: The second version to compare in the pair.
:return: -1 if the first version is greater, 0 if both versions are equal, 1 if the second version is greater.
:return: -1 if the first version is less than, 0 if both versions are equal, 1 if the second version is less than.
:rtype: int
.. c:function:: pkgconf_pkg_t *pkgconf_builtin_pkg_get(const char *name)