toxcore-c-0.2.12: Haskell bindings to the C reference implementation of Tox
Safe HaskellNone
LanguageHaskell2010

Network.Tox.C.Version

Synopsis

Documentation

tox_version_major :: Word32 Source #

The major version number. Incremented when the API or ABI changes in an incompatible way.

tox_version_minor :: Word32 Source #

The minor version number. Incremented when functionality is added without breaking the API or ABI. Set to 0 when the major version number is incremented.

tox_version_patch :: Word32 Source #

The patch or revision number. Incremented when bugfixes are applied without changing any functionality or API or ABI.

tox_version_is_compatible :: Word32 -> Word32 -> Word32 -> Bool Source #

Return whether the compiled library version is compatible with the passed version numbers.