Function Macro
JsonrpcCHECK_VERSION
Declaration [src]
#define JSONRPC_CHECK_VERSION (
  major,
  minor,
  micro
)
Description [src]
Compile-time version checking. Evaluates to TRUE if the version
of jsonrpc-glib is greater than the required one.
This function is not directly available to language bindings.