![]() |
![]() |
![]() |
![]() |
#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.
#define GPLUGIN_TYPE_NATIVE_LOADER (gplugin_native_loader_get_type())
The standard _get_type macro for GPluginNativeLoader.
typedef struct _GPluginNativeLoader GPluginNativeLoader;
A GPluginLoader subclass that is able to load native plugins.