Function Macro
PurplePLUGIN_ABI_VERSION
unstable since: 3.0
Declaration [src]
#define PURPLE_PLUGIN_ABI_VERSION (
major,
minor
)
Description [src]
Packs major
and minor
into an integer to be used as an abi version for gplugin.
Note: The lower six nibbles represent the ABI version for libpurple, the rest are required by GPlugin.
Available since: 3.0
This function is not directly available to language bindings.