From 092b41d53b793a985d5234acfa9df007b16be4c3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 6 May 2009 16:42:57 +0100 Subject: [PATCH] [docs] Document the destructor for Timeline The rest of the API reference lists the destructor for the class inside the constructor's return value -- except Timeline. --- clutter/clutter-timeline.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clutter/clutter-timeline.c b/clutter/clutter-timeline.c index 72abc0b48..4eaeeb66c 100644 --- a/clutter/clutter-timeline.c +++ b/clutter/clutter-timeline.c @@ -1235,7 +1235,8 @@ clutter_timeline_clone (ClutterTimeline *timeline) * the value of the ClutterTimeline:fps property to compute the * equivalent number of frames. * - * Return value: the newly created #ClutterTimeline + * Return value: the newly created #ClutterTimeline instance. Use + * g_object_unref() when done using it * * Since: 0.6 */ @@ -1254,7 +1255,8 @@ clutter_timeline_new_for_duration (guint msecs) * * Create a new #ClutterTimeline instance. * - * Return Value: a new #ClutterTimeline + * Return Value: the newly created #ClutterTimeline instance. Use + * g_object_unref() when done using it */ ClutterTimeline* clutter_timeline_new (guint n_frames,