SharedLibLoader.missingSymbolCallback

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

  1. MissingSymbolCallbackDg missingSymbolCallback [@property setter]
    class SharedLibLoader
    final @property
    void
    missingSymbolCallback
  2. MissingSymbolCallbackFunc missingSymbolCallback [@property setter]

Parameters

callback MissingSymbolCallbackDg

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

Meta