gchar* g_function_info_get_symbol GIFunctionInfo* info g_function_info_get_symbol gchar* g_function_info_get_symbol (GIFunctionInfo* info);

Obtain the symbol of the function. The symbol is the name of the exported function, suitable to be used as an argument to g_module_symbol().

info :

a GIFunctionInfo

Returns :

the symbol