|
libquvi
|
Functions | |
| void | quvi_free (quvi_t handle) |
| Free all of memory used by a library handle. | |
| void | quvi_get (quvi_t handle, QuviInfo info,...) |
| Return information about the library handle. | |
| quvi_t | quvi_new () |
| Create a new library handle. | |
| void | quvi_set (quvi_t handle, QuviOption option,...) |
| Set library handle option. | |
| void quvi_free | ( | quvi_t | handle | ) |
Free all of memory used by a library handle.
Return information about the library handle.
| quvi_t quvi_new | ( | void | ) |
Create a new library handle.
| void quvi_set | ( | quvi_t | handle, |
| QuviOption | option, | ||
| ... | |||
| ) |
Set library handle option.
1.8.1.2