#include <stdio.h>
#include "ut_types.h"
Go to the source code of this file.
Classes | |
struct | XAP_ModuleInfo |
class | XAP_Module |
Defines | |
#define | ABI_PLUGIN_DECLARE(name) |
#define | isCurrentAbiVersion(a, b, c) true |
#define | ABI_VERSION_STRING ABI_BUILD_VERSION |
Typedefs | |
typedef int(* | XAP_Plugin_Registration )(XAP_ModuleInfo *mi) |
typedef int(* | XAP_Plugin_VersionCheck )(UT_uint32 major, UT_uint32 minor, UT_uint32 release) |
#define ABI_PLUGIN_DECLARE | ( | name | ) |
#define ABI_VERSION_STRING ABI_BUILD_VERSION |
#define isCurrentAbiVersion | ( | a, | ||
b, | ||||
c | ||||
) | true |
Referenced by abi_plugin_supports_version().
typedef int(* XAP_Plugin_Registration)(XAP_ModuleInfo *mi) |
typedef int(* XAP_Plugin_VersionCheck)(UT_uint32 major, UT_uint32 minor, UT_uint32 release) |