a1ea7d2051
* clutter-sections.txt: Update with the backend and API changes * Makefile.am: Don't check into the backend subdirs.
81 lines
1.4 KiB
Plaintext
81 lines
1.4 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
clutter-version
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Versioning utilities
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
Clutter exports some macros representing the version at compile time. These
|
|
macros are useful for configure and compile time checks.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_MAJOR_VERSION ##### -->
|
|
<para>
|
|
The major version component of Clutter version
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_MINOR_VERSION ##### -->
|
|
<para>
|
|
The minor version component of Clutter version
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_MICRO_VERSION ##### -->
|
|
<para>
|
|
The micro version component of Clutter version
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_VERSION ##### -->
|
|
<para>
|
|
The Clutter version
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_VERSION_S ##### -->
|
|
<para>
|
|
The Clutter version as a string
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_VERSION_HEX ##### -->
|
|
<para>
|
|
The Clutter version as a hexadecimal number
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_CHECK_VERSION ##### -->
|
|
<para>
|
|
Returns TRUE if the version of the Clutter header files is the same as or newer
|
|
than the passed-in version.
|
|
</para>
|
|
|
|
@major: major version (e.g. 1, for 1.2.3)
|
|
@minor: minor version (e.g. 2, for 1.2.3)
|
|
@micro: micro version (e.g. 3, for 1.2.3)
|
|
|
|
|
|
<!-- ##### MACRO CLUTTER_FLAVOUR ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
|