script_engine_list

version(Backend)
void
script_engine_list

Detailed Description

script engine list

@engines: location to store a pointer to an array of engines. @n_engines: location to store the number of elements in @engines.

Function to be provided by a module to list the engines that the module supplies. The function stores a pointer to an array of #PangoEngineInfo structures and the length of that array in the given location.

Note that script_engine_init() will not be called before this function.

Meta