Engine.getLoadedPlugins

Returns the list of the names of all the loaded plugins, or an array containing a single NULL element if there is no plugin currently loaded.

Please note that the returned array is a newly allocated one: you will need to free it using g_strfreev().

class Engine
string[]
getLoadedPlugins
()

Return Value

Type: string[]

A newly-allocated NULL-terminated array of strings.