This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 3840c6636c7ec6cf1c70836522ae3489985196f2
Author: Kim Woelders <[email protected]>
AuthorDate: Tue Feb 14 19:52:47 2023 +0100
api: Update documentation for imlib_get_error()
---
src/lib/Imlib2.h.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/Imlib2.h.in b/src/lib/Imlib2.h.in
index b56e192..f5bb744 100644
--- a/src/lib/Imlib2.h.in
+++ b/src/lib/Imlib2.h.in
@@ -741,8 +741,8 @@ EAPI void imlib_flush_loaders(void);
/**
* Get error code from previous imlib function call
*
- * For now an error code is only meaningful when an image loading
- * function (imlib_load_image...()) has failed (returned NULL).
+ * The error code is set in function calls that involve direct or indirect
+ * image loading or saving.
*
* @return error code
* 0: Success,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.