From e77adac16a819001c65664f40568d57eedd8e033 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 12 Jan 2015 13:42:33 +0000 Subject: [PATCH] docs: Remove a couple of FIXMEs Document the ClutterKeyframeTransition instance and class structures. --- clutter/clutter-keyframe-transition.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-keyframe-transition.h b/clutter/clutter-keyframe-transition.h index b6ac500ae..e07ada400 100644 --- a/clutter/clutter-keyframe-transition.h +++ b/clutter/clutter-keyframe-transition.h @@ -46,7 +46,8 @@ typedef struct _ClutterKeyframeTransitionClass ClutterKeyframeTransitio /** * ClutterKeyframeTransition: * - * FIXME + * The `ClutterKeyframeTransition` structure contains only private + * data and should be accessed using the provided API. * * Since: 1.12 */ @@ -61,7 +62,8 @@ struct _ClutterKeyframeTransition /** * ClutterKeyframeTransitionClass: * - * FIXME + * The `ClutterKeyframeTransitionClass` structure contains only + * private data. * * Since: 1.12 */