Skip to main content

Module plugin_abi

Module plugin_abi 

Source
Expand description

Versioned C-compatible ABI types shared by host and plugins.

Structs§

PixelflowFilterDescriptorV1
C-compatible filter descriptor.
PixelflowHostApiV1
Host callback table passed to plugins.
PixelflowPluginApiV1
Plugin callback table filled by entry symbol.
PixelflowRegistrar
Opaque host registrar handle.
PixelflowStatus
Structured ABI status returned by plugin and host callbacks.
PixelflowStringView
Borrowed UTF-8 string passed across ABI calls.

Enums§

PixelflowErrorCategory
ABI error category.
PixelflowMetadataKind
ABI metadata value kind.

Constants§

PIXELFLOW_ABI_VERSION
Current plugin ABI version.
PIXELFLOW_PLUGIN_ENTRY_SYMBOL
Versioned entry symbol exported by PixelFlow plugins.

Type Aliases§

PixelflowPluginEntryV1
Type of pixelflow_plugin_entry_v1.