docs: Display the features section
The features section of the API reference is built but not used, and it has some copy-and-paste errors.
This commit is contained in:
parent
cdfd9eb212
commit
ea662b9eca
@ -25,9 +25,16 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:clutter-feature
|
* SECTION:clutter-feature
|
||||||
* @short_description: Query GL features at runtime
|
* @short_description: Run-time detection of Clutter features
|
||||||
*
|
*
|
||||||
* Functions to query available GL features ay runtime
|
* Parts of Clutter depend on the underlying platform, including the
|
||||||
|
* capabilities of the backend used and the OpenGL features exposed through the
|
||||||
|
* Clutter and COGL API.
|
||||||
|
*
|
||||||
|
* It is possible to ask whether Clutter has support for specific features at
|
||||||
|
* run-time.
|
||||||
|
*
|
||||||
|
* See also cogl_get_features() and #CoglFeatureFlags
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -25,14 +25,6 @@
|
|||||||
#error "Only <clutter/clutter.h> can be included directly."
|
#error "Only <clutter/clutter.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* SECTION:clutter-main
|
|
||||||
* @short_description: Various 'global' clutter functions.
|
|
||||||
*
|
|
||||||
* Functions to retrieve various global Clutter resources and other utility
|
|
||||||
* functions for mainloops, events and threads
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CLUTTER_FEATURE_H__
|
#ifndef __CLUTTER_FEATURE_H__
|
||||||
#define __CLUTTER_FEATURE_H__
|
#define __CLUTTER_FEATURE_H__
|
||||||
|
|
||||||
|
@ -141,6 +141,7 @@
|
|||||||
<xi:include href="xml/clutter-stage-manager.xml"/>
|
<xi:include href="xml/clutter-stage-manager.xml"/>
|
||||||
<xi:include href="xml/clutter-units.xml"/>
|
<xi:include href="xml/clutter-units.xml"/>
|
||||||
<xi:include href="xml/clutter-util.xml"/>
|
<xi:include href="xml/clutter-util.xml"/>
|
||||||
|
<xi:include href="xml/clutter-feature.xml"/>
|
||||||
<xi:include href="xml/clutter-version.xml"/>
|
<xi:include href="xml/clutter-version.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
@ -874,7 +874,7 @@ clutter_param_fixed_get_type
|
|||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>clutter-feature</FILE>
|
<FILE>clutter-feature</FILE>
|
||||||
<TITLE>GL Features</TITLE>
|
<TITLE>Features</TITLE>
|
||||||
ClutterFeatureFlags
|
ClutterFeatureFlags
|
||||||
clutter_feature_available
|
clutter_feature_available
|
||||||
clutter_feature_get_all
|
clutter_feature_get_all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user