|
libquvi
|
Functions | |
| QuviError | quvi_errcode (quvi_t handle) |
| const char * | quvi_errmsg (quvi_t handle) |
| void | quvi_file_ext_free (quvi_file_ext_t handle) |
| Free all of memory used by a file extension handle. | |
| const char * | quvi_file_ext_get (quvi_file_ext_t handle) |
| Return file extension as a zero-terminated string. | |
| quvi_file_ext_t | quvi_file_ext_new (quvi_t handle, const char *s) |
| Convert content-type to file extension. | |
| QuviBoolean | quvi_ok (quvi_t handle) |
| Check if an error occurred. | |
| QuviBoolean | quvi_supports (quvi_t handle, const char *url, QuviSupportsMode mode, QuviSupportsType type) |
| Check whether the URL is supported. | |
| const char * | quvi_version (QuviVersion version) |
| const char* quvi_errmsg | ( | quvi_t | handle | ) |
@return NULL-terminated error string
| void quvi_file_ext_free | ( | quvi_file_ext_t | handle | ) |
Free all of memory used by a file extension handle.
| const char* quvi_file_ext_get | ( | quvi_file_ext_t | handle | ) |
Return file extension as a zero-terminated string.
| quvi_file_ext_t quvi_file_ext_new | ( | quvi_t | handle, |
| const char * | s | ||
| ) |
Convert content-type to file extension.
| QuviBoolean quvi_ok | ( | quvi_t | handle | ) |
Check if an error occurred.
| QuviBoolean quvi_supports | ( | quvi_t | handle, |
| const char * | url, | ||
| QuviSupportsMode | mode, | ||
| QuviSupportsType | type | ||
| ) |
Check whether the URL is supported.
Check if any of the scripts accepts the URL. Both offline and online checking is supported.
Type may be a combination.
| const char* quvi_version | ( | QuviVersion | version | ) |
@return NULL-terminated version string
1.8.1.2