Method

ClapperEnhancerProxyget_friendly_name

since: 0.10

Declaration [src]

const gchar*
clapper_enhancer_proxy_get_friendly_name (
  ClapperEnhancerProxy* proxy
)

Description [src]

Get a name from enhancer plugin info file. Can be used for showing in UI and such.

Name field 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.