Method
GPluginManagerfind_plugins
Declaration [src]
GSList*
gplugin_manager_find_plugins (
  GPluginManager* manager,
  const char* id
)
      Parameters
id- 
            
Type:
const char*The ID of the plugin to find.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.  
Return value
Type: A list of GPluginPlugin*
A GSList
         of plugins matching id.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |