projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3107d63
)
doc: tweak the comment for gpiod_version_string()
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 16 May 2018 08:11:57 +0000
(10:11 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Wed, 16 May 2018 08:11:57 +0000
(10:11 +0200)
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>
include/gpiod.h
patch
|
blob
|
history
diff --git
a/include/gpiod.h
b/include/gpiod.h
index 983cb66cf565f12ead1553e77878f8928ff84c6c..5ae45aa9a23cd400556f97ca40ff5be29a8c42e1 100644
(file)
--- 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;