Method
PeasEngineget_loaded_plugins
Declaration [src]
gchar**
peas_engine_get_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()
.
Gets property | Peas.Engine:loaded-plugins |