Virtual Method

IdeBufferAddinload

Declaration

void
load (
  IdeBufferAddin* self,
  IdeBuffer* buffer
)

Description

This calls the load virtual function of IdeBufferAddin to request that the addin load itself.

Available since:3.32

Parameters

buffer IdeBuffer
 

An IdeBuffer.

 The data is owned by the caller of the function.