Native Loader API

Native Loader API — API for the native plugin loader

Types and Values

Object Hierarchy

    GObject
    ╰── GPluginLoader
        ╰── GPluginNativeLoader

Description

Basic API for the native plugin loader.

Functions

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.

GPLUGIN_TYPE_NATIVE_LOADER

#define GPLUGIN_TYPE_NATIVE_LOADER (gplugin_native_loader_get_type())

The standard _get_type macro for GPluginNativeLoader.

GPluginNativeLoader

typedef struct _GPluginNativeLoader GPluginNativeLoader;

A GPluginLoader subclass that is able to load native plugins.