docs: Minimal fixes for the API reference

This commit is contained in:
Emmanuele Bassi
2015-03-03 15:53:04 +00:00
parent a9861b3419
commit 6b70343d09
13 changed files with 34 additions and 32 deletions

View File

@ -126,7 +126,7 @@ _clutter_feature_init (GError **error)
*
* Return value: %TRUE if a feature is available
*
* Since: 0.1.1
* Since: 0.2
*/
gboolean
clutter_feature_available (ClutterFeatureFlags feature)
@ -147,7 +147,7 @@ clutter_feature_available (ClutterFeatureFlags feature)
*
* Return value: a logical OR of all the supported features.
*
* Since: 0.1.1
* Since: 0.2
*/
ClutterFeatureFlags
clutter_feature_get_all (void)