get_loaded_plugins


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] get_loaded_plugins ()

Returns the list of the names of all the loaded plugins.

If there is no plugin currently loaded, it will return an array containing a single null element.

Please note that the returned array is a newly allocated one: you will need to free it using [func@GLib.strfreev].

Parameters:

this

A Engine.

Returns:

A newly-allocated null-terminated array of strings.