Method
GPluginManagerfind_plugin_with_newest_version
Declaration [src]
GPluginPlugin*
gplugin_manager_find_plugin_with_newest_version (
GPluginManager* manager,
const gchar* id
)
Description [src]
Calls gplugin_manager_find_plugins()
with id
, and then returns the plugins
with the highest version number or NULL
if no plugins with id
are found.
Parameters
id |
const gchar* |
The id of the plugin to find. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | GPluginPlugin |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |