Module.symbol

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

class Module
int
symbol
(
string symbolName
,
void** symbol
)

Parameters

symbolName string

the name of the symbol to find

symbol void**

returns the pointer to the symbol value. out

Return Value

Type: int

TRUE on success

Meta