Module.symbol

bool symbol(string symbolName, out void * symbol)

Gets a symbol pointer from a module, such as one exported by G_MODULE_EXPORT. Note that a valid symbol can be null.

Parameters

symbolNamethe name of the symbol to find
symbolreturns the pointer to the symbol value

Returns

true on success