api: Update documentation for imlib_get_error()

This commit is contained in:
Kim Woelders 2023-02-14 19:52:47 +01:00
parent d52c1a5dae
commit 3840c6636c
1 changed files with 2 additions and 2 deletions

View File

@ -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,