Method
PeasEnginedup_loaded_plugins
Declaration [src]
char**
peas_engine_dup_loaded_plugins (
PeasEngine* engine
)
Description [src]
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 g_strfreev()
.