gtk-d v3.6.6 (2017-08-06T14:57:30Z)
Home
Dub
Repo
Linker.isLoaded
gtkd
Loader
Linker
Checks if a library is loaded.
bool
isLoaded
(LIBRARY library)
struct
Linker
static
bool
isLoaded
(
LIBRARY
library
)
bool
isLoaded
(string library)
bool
isLoaded
(string[] libraries)
Return Value
Type:
bool
true is the library was loaded sucsessfully.
Meta
Source
See Implementation
gtkd
Loader
Linker
static functions
dumpFailedLoads
dumpLoadLibraries
getLoadFailures
getLoadLibraries
getSymbol
isLoaded
isPerfectLoad
link
loadLibrary
unloadLibrary
unsupportedSymbol
Checks if a library is loaded.