Method
ClapperEnhancerProxyListpeek_proxy
since: 0.10
Declaration [src]
ClapperEnhancerProxy*
clapper_enhancer_proxy_list_peek_proxy (
ClapperEnhancerProxyList* list,
guint index
)
Description [src]
Get the ClapperEnhancerProxy at index.
Similar to clapper_enhancer_proxy_list_get_proxy(), but does not take
a new reference on proxy.
Proxies in a list are only removed when a ClapperPlayer instance
they originate from is destroyed, so do not use returned object afterwards
unless you take an additional reference on it.
Available since: 0.10
This method is not directly available to language bindings.
Return value
Type: ClapperEnhancerProxy
The ClapperEnhancerProxy at index.
| The returned data is owned by the instance. |
The return value can be NULL. |