Method

ClapperEnhancerProxyget_module_name

since: 0.10

Declaration [src]

const gchar*
clapper_enhancer_proxy_get_module_name (
  ClapperEnhancerProxy* proxy
)

Description [src]

Get name of the module from enhancer plugin info file. This value is used to uniquely identify a particular plugin.

Module name in plugin info file is mandatory, so this function never returns NULL.

Available since: 0.10

Return value

Type: const gchar*

Name of the proxied enhancer.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.