Native Loader API
Native Loader API — API for the native plugin loader
|
|
Object Hierarchy
GObject
╰── GPluginLoader
╰── GPluginNativeLoader
Description
Basic API for the native plugin loader.
Types and Values
GPLUGIN_NATIVE_PLUGIN_ABI_VERSION
#define GPLUGIN_NATIVE_PLUGIN_ABI_VERSION 0x01000000
The ABI version of the GPluginNativeLoader. Your plugin should use this
as the value for abi_version when call gplugin_plugin_info_new.