BindingPool


Description:

[ CCode ( has_construct_function = false ) ]
public BindingPool (string name)

Creates a new BindingPool that can be used to store key bindings for an actor.

The name must be a unique identifier for the binding pool, so that find will be able to return the correct binding pool.

Parameters:

name

the name of the binding pool

Returns:

the newly created binding pool with the given name. Use unref when done.