Method
ClapperEnhancerProxyListget_proxy_by_module
since: 0.10
Declaration [src]
ClapperEnhancerProxy*
clapper_enhancer_proxy_list_get_proxy_by_module (
ClapperEnhancerProxyList* list,
const gchar* module_name
)
Description [src]
Get the ClapperEnhancerProxy by module name as defined in its plugin file.
A convenience function to find a ClapperEnhancerProxy by its unique
module name in the list.
Available since: 0.10
Parameters
module_name-
Type:
const gchar*An enhancer module name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: ClapperEnhancerProxy
The ClapperEnhancerProxy with requested module name.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |