gtkc.Loader

Undocumented in source.

Members

Enums

RTLD
enum RTLD
Undocumented in source.

Functions

FreeLibrary
void FreeLibrary(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetProcAddress
void* GetProcAddress(void* , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadLibraryA
void* LoadLibraryA(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
dlclose
int dlclose(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlerror
char* dlerror()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlopen
void* dlopen(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlsym
void* dlsym(void* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Linker
struct Linker
Undocumented in source.

Meta