Function

ClutterBindingPoolfind

Declaration [src]

ClutterBindingPool*
clutter_binding_pool_find (
  const gchar* name
)

Description [src]

Finds the ClutterBindingPool with name.

Available since:1.0

Parameters

name const gchar*
 

The name of the binding pool to find.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: ClutterBindingPool
 

A pointer to the ClutterBindingPool, or NULL.

 The data is owned by the called function.