go
Linker.isLoaded
gtkd
Loader
Linker
Checks if a library is loaded.
bool
isLoaded
(string library)
bool
isLoaded
(string[] libraries)
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.
gtkd
Loader
Linker
static functions
dumpFailedLoads
dumpLoadLibraries
getLoadFailures
getLoadLibraries
isLoaded
isPerfectLoad
unloadLibrary
Checks if a library is loaded.