Function Macro

PurpleVERSION_CHECK

Declaration [src]

#define PURPLE_VERSION_CHECK (
  major,
  minor,
  micro
)

Description [src]

Checks the version of libpurple being compiled against. See

purple_version_check for a runtime check.

This function is not directly available to language bindings.

Parameters

major

Type: -

The major version to check for.

minor

Type: -

The minor version to check for.

micro

Type: -

The micro version to check for.