gtk-d v3.8.3 (2018-05-28T20:50:39Z)
Home
Dub
Repo
Linker.isLoaded
gtkd
Loader
Linker
Checks if a library is loaded.
bool
isLoaded
(LIBRARY library)
bool
isLoaded
(string library)
bool
isLoaded
(string[] libraries)
struct
Linker
static
bool
isLoaded
(
const
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.