[ Version ( since = "0.2.0" ) ]
public List<unowned Plugin> get_plugins (bool only_loaded)
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.
this |
the registry instance |
only_loaded |
whether the returned list shall include only loaded plugins |
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. |