Emmanuele Bassi > Clutter > xs/ClutterBackend.xs

Download:
Clutter-1.002.tar.gz

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Source  

DESCRIPTION ^

Clutter can be compiled against different backends. Each backend has to implement a set of functions, in order to be used by Clutter.

Clutter::Backend is the base class abstracting the various implementation; it provides a basic API to query the backend for generic information and settings.

Applications should never use this function.