Clutter::version(3pm)
NAME
Clutter::version
METHODS
- boolean = Clutter->CHECK_VERSION ($major, $minor, $micro)
- o $major (integer)
- o $minor (integer)
- o $micro (integer)
- cogl = Clutter->COGL
- Returns the OpenGL library used by the underlying C library.
- flavour = Clutter->FLAVOUR
- Returns the backend (or flavour) against which the underlying C library was compiled.
- (MAJOR, MINOR, MICRO) = Clutter->GET_VERSION_INFO
- Fetch as a list the version of clutter for which Clutter was built.
- integer = Clutter->MAJOR_VERSION integer = Clutter->MICRO_VERSION integer = Clutter->MINOR_VERSION
SEE ALSO
Clutter
COPYRIGHT
Copyright (C) 2006, 2007, 2008 OpenedHand Ltd
Copyright (C) 2009 Intel Corporation
This module is free software; you can redistribute it and/or modify it
under the terms of either:
o the GNU Lesser General Public Library version 2.1; or
o the Artistic License, version 2.0.
- See Clutter for the full copyright notice.