Plugin enumerator enumerates over loaded features, too

This commit is contained in:
Martin Willi
2011-10-14 10:05:44 +02:00
parent 36b4f05b14
commit fa7c8338ca
7 changed files with 16 additions and 7 deletions
+5 -1
View File
@@ -59,7 +59,11 @@ struct plugin_loader_t {
/**
* Create an enumerator over all loaded plugins.
*
* @return enumerator over plugin_t*
* In addition to the plugin, a to read-only list is enumerated (if it is
* not NULL). This list contains pointer to plugin features currently
* loaded.
*
* @return enumerator over plugin_t*, linked_list_t*
*/
enumerator_t* (*create_plugin_enumerator)(plugin_loader_t *this);