im.lib

\file \brief Library Management and Main Documentation

See Copyright Notice in this file.

Members

Functions

imVersion
const(char)* imVersion()

Returns the library current version. Returns the definition IM_VERSION plus the bug fix number. * * \verbatim im.Version() -> version: string [in Lua 5] \endverbatim * \ingroup lib

imVersionDate
const(char)* imVersionDate()

Returns the library current version release date. Returns the definition IM_VERSION_DATE. * * \verbatim im.VersionDate() -> date: string [in Lua 5] \endverbatim * \ingroup lib

imVersionNumber
int imVersionNumber()

Returns the library current version number. Returns the definition IM_VERSION_NUMBER plus the bug fix number. \n * Can be compared in run time with IM_VERSION_NUMBER to compare compiled and linked versions of the library. * * \verbatim im.VersionNumber() -> version: number [in Lua 5] \endverbatim * \ingroup lib

Manifest constants

IM_AUTHOR
enum IM_AUTHOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_COPYRIGHT
enum IM_COPYRIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_DESCRIPTION
enum IM_DESCRIPTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_NAME
enum IM_NAME;

\defgroup lib Library Management \ingroup util \par Usefull definitions for about dialogs and for comparing the compiled version with the linked version of the library. \par \verbatim im._AUTHOR [in Lua 5] \endverbatim \verbatim im._COPYRIGHT [in Lua 5] \endverbatim \verbatim im._VERSION [in Lua 5] \endverbatim \verbatim im._VERSION_DATE [in Lua 5] \endverbatim \verbatim im._VERSION_NUMBER [in Lua 5] \endverbatim \verbatim im._DESCRIPTION [in Lua 5] \endverbatim \verbatim im._NAME [in Lua 5] \endverbatim \par See \ref im_lib.h @{

IM_VERSION
enum IM_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_VERSION_DATE
enum IM_VERSION_DATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_VERSION_NUMBER
enum IM_VERSION_NUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta