Linker.isLoaded

Checks if a library is loaded.

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

Return Value

Type: bool

true is the library was loaded sucsessfully.