Method

ClapperEnhancerProxyListget_proxy

since: 0.10

Declaration [src]

ClapperEnhancerProxy*
clapper_enhancer_proxy_list_get_proxy (
  ClapperEnhancerProxyList* list,
  guint index
)

Description [src]

Get the ClapperEnhancerProxy at index.

This behaves the same as g_list_model_get_item(), and is here for code uniformity and convenience to avoid type casting by user.

Available since: 0.10

Parameters

index

Type: guint

An enhancer proxy index.

Return value

Type: ClapperEnhancerProxy

The ClapperEnhancerProxy at index.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.