timeline: Minor documentations fixes
authorThibault Saunier <thibault.saunier@collabora.com>
Tue, 24 Apr 2012 00:55:27 +0000 (20:55 -0400)
committerThibault Saunier <thibault.saunier@collabora.com>
Tue, 24 Apr 2012 02:03:11 +0000 (22:03 -0400)
ges/ges-timeline.c

index d09ca503765c27e9092648b198e3c61966c0d57d..f3a4679849e2d4e4783ae28344c82d7b17e72499 100644 (file)
@@ -265,11 +265,9 @@ ges_timeline_class_init (GESTimelineClass * klass)
   object_class->finalize = ges_timeline_finalize;
 
   /**
-   * GESTimelineObject:duration
+   * GESTimeline:duration
    *
    * Current duration (in nanoseconds) of the #GESTimeline
-   *
-   * Default value: 0
    */
   properties[PROP_DURATION] =
       g_param_spec_uint64 ("duration", "Duration",
@@ -1849,7 +1847,7 @@ fail:
  * ges_timeline_append_layer:
  * @timeline: a #GESTimeline
  *
- * Append a newly creater #GESTimelineLayer to @timeline
+ * Append a newly created #GESTimelineLayer to @timeline
  * Note that you do not own any reference to the returned layer.
  *
  * Returns: (transfer none): The newly created #GESTimelineLayer, or the last (empty)