SharedLib.missingSymbolCallback

Sets the callback that will be called when an expected symbol is missing from the shared library.

  1. MissingSymbolCallbackDg missingSymbolCallback [@property setter]
  2. MissingSymbolCallbackFunc missingSymbolCallback [@property setter]
    struct SharedLib
    @property
    void
    missingSymbolCallback

Parameters

callback MissingSymbolCallbackFunc

A pointer to a function that returns a value of type derelict.util.exception.ShouldThrow and accepts a string as the sole parameter.

Meta