From: Bartosz Golaszewski Date: Wed, 16 May 2018 08:11:57 +0000 (+0200) Subject: doc: tweak the comment for gpiod_version_string() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6639fb770958025578f61130f0051d8f9e5a711b;p=qemu-gpiodev%2Flibgpiod.git doc: tweak the comment for gpiod_version_string() Make it clear that this function returns the API version as we now have separate API and ABI versions. Signed-off-by: Bartosz Golaszewski --- diff --git a/include/gpiod.h b/include/gpiod.h index 983cb66..5ae45aa 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -1308,7 +1308,7 @@ gpiod_line_iter_next(struct gpiod_line_iter *iter) GPIOD_API; */ /** - * @brief Get the version of the library as a human-readable string. + * @brief Get the API version of the library as a human-readable string. * @return Human-readable string containing the library version. */ const char *gpiod_version_string(void) GPIOD_API;