aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartekgola@gmail.com>2018-05-16 10:11:57 +0200
committerBartosz Golaszewski <bartekgola@gmail.com>2018-05-16 10:11:57 +0200
commit6639fb770958025578f61130f0051d8f9e5a711b (patch)
tree760b163c5dd60ec7cb44d3cc64531b0c8c0f635a /include
parent3107d63692b1961bd8fb451c594263b354bcb8a2 (diff)
downloadexternal_libgpiod-6639fb770958025578f61130f0051d8f9e5a711b.tar.gz
external_libgpiod-6639fb770958025578f61130f0051d8f9e5a711b.tar.bz2
external_libgpiod-6639fb770958025578f61130f0051d8f9e5a711b.zip
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 <bartekgola@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpiod.h2
1 files changed, 1 insertions, 1 deletions
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;