Method

ClapperEnhancerProxyget_target_interfaces

since: 0.10

Declaration [src]

GType*
clapper_enhancer_proxy_get_target_interfaces (
  ClapperEnhancerProxy* proxy,
  guint* n_interfaces
)

Description [src]

Get an array of interfaces that target enhancer implements.

The returned array includes only Clapper specific interfaces for writing enhancers. Applications should not care about any other interface types that given enhancer is using internally.

Available since: 0.10

Parameters

n_interfaces

Type: guint*

Return location for the length of the returned array.

The argument will be set by the function.

Return value

Type: An array of GType

An array of GType interfaces.

The length of the array is in the n_interfaces argument.
The returned data is owned by the instance.
The return value can be NULL.