gtk-d v3.7.4 (2018-02-28T22:18:57Z)
Home
Dub
Repo
Linker.isLoaded
gtkd
Loader
Linker
Checks if a library is loaded.
bool
isLoaded
(LIBRARY library)
struct
Linker
deprecated
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.