|
Picasso API
2.9
|
Modules | |
| XImage Extension | |
| XSvg Extension | |
Enumerations | |
| enum | psx_result { S_OK = 0, S_BAD_PARAMS = 1, S_NOT_SUPPORT = 2, S_OUT_OF_MEMORY = 3, S_INIT_FAILURE = 4, S_FAILURE = 5 } |
| Status code return by call APIs. More... | |
Functions | |
| const char * | psx_result_get_string (psx_result result) |
| Return the string of result code. More... | |
| enum psx_result |
Status code return by call APIs.
Definition at line 36 of file picasso_ext.h.
| const char * psx_result_get_string | ( | psx_result | result | ) |
Return the string of result code.
| result | The status code of result. |
1.8.17