gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
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.