Clutter::version.3pm

Langue: en

Autres versions - même langue

Version: 2008-02-20 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::version

METHODS


boolean = Clutter->CHECK_VERSION ($major, $minor, $micro)


boolean = Clutter->CHECK_VERSION ($major, $minor, $micro)

$major (integer)
$minor (integer)
$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


modules = Clutter->SUPPORTED_MODULES

Return the list of supported integration libraries. The Clutter Perl bindings can be compiled against the various integration libraries that compose the Clutter suite; this method can be used to know what degree of support the Perl bindings have. This function will return an array of strings:
o core (Core support, will always be returned)
o gst (Clutter::Gst support)
o cairo (Clutter::Texture::Cairo actor)
o gtk (Gtk2::ClutterEmbed widget)

SEE ALSO

Clutter Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.