get_plugins
Description:
This function will return all the available plugins in the this.
If only_loaded is true, the plugin list will contain only plugins that are loaded.
Parameters:
| this |
the registry instance |
| only_loaded |
whether the returned list shall include only loaded plugins |
Returns:
|
a List of available Plugin <!-- -->s. The content of the list should not be modified or freed. Use g_list_free when done using the list. |