LayOut C API
|
#include <LayOutAPI/common.h>
Go to the source code of this file.
Functions | |
LO_EXPORT void | LOInitialize () |
Initializes the LayOut C API interface. Must be called before calling any other API function. More... | |
LO_EXPORT void | LOTerminate () |
Signals termination of use of the LayOut C API interface. Must be called when done using API functions. More... | |
LO_EXPORT void | LOGetAPIVersion (size_t *major, size_t *minor) |
Returns the major and minor API version numbers. More... | |
LO_EXPORT void LOGetAPIVersion | ( | size_t * | major, |
size_t * | minor | ||
) |
Returns the major and minor API version numbers.
[out] | major | The major version number retrieved. |
[out] | minor | The minor version number retrieved. |
LO_EXPORT void LOInitialize | ( | ) |
Initializes the LayOut C API interface. Must be called before calling any other API function.
LO_EXPORT void LOTerminate | ( | ) |
Signals termination of use of the LayOut C API interface. Must be called when done using API functions.