Dylib.missingSymbolCallback

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool delegate(string) missingSymbolCallback [@property getter]
  2. bool delegate(string) missingSymbolCallback [@property setter]
    struct Dylib
    @property
    void
    missingSymbolCallback
    (
    bool delegate
    (
    string
    )
    callback
    )
  3. bool function(string) missingSymbolCallback [@property setter]

Meta