Linker.getLoadFailures

Gets all the failed loads for a specific library.

  1. string[] getLoadFailures(string library)
  2. string[] getLoadFailures(string[] libraries)
  3. string[] getLoadFailures(LIBRARY library)
    struct Linker
    deprecated("Use the LIBRARY_* symbols defined for each package, instead of gtkd.paths.LIBRARY") static
    string[]
    getLoadFailures
    (
    LIBRARY library
    )

Return Value

Type: string[]

An array of the names hat failed to load for a specific library or null if none was found