libquvi
 All Files Functions Typedefs Enumerations Enumerator Macros Groups Pages
Functions
Library

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.

Detailed Description

Function Documentation

void quvi_free ( quvi_t  handle)

Free all of memory used by a library handle.

Note
If handle is NULL the function simply returns
See Also
Getting started
void quvi_get ( quvi_t  handle,
QuviInfo  info,
  ... 
)

Return information about the library handle.

See Also
Getting started
quvi_t quvi_new ( void  )

Create a new library handle.

Returns
New handle, quvi_free it when done using it
Note
Use quvi_ok for checking if an error occurred
See Also
Getting started
void quvi_set ( quvi_t  handle,
QuviOption  option,
  ... 
)

Set library handle option.

See Also
Getting started