Function Macro
PurplePLUGIN_ABI_VERSION
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.
This function is not directly available to language bindings.