The OpenD Programming Language

SharedLibLoader.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]
    class SharedLibLoader
    @property @nogc nothrow final
    void
    missingSymbolCallback
  3. MissingSymbolCallback missingSymbolCallback [@property getter]

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