docs: Fixes for ClutterAnimator
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Feb 2010 17:37:00 +0000 (17:37 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Feb 2010 17:37:00 +0000 (17:37 +0000)
clutter/clutter-animator.c
clutter/clutter-animator.h
doc/reference/clutter/clutter-sections.txt

index ffabf9c..fc6eb89 100644 (file)
@@ -59,7 +59,7 @@
  *     </programlisting>
  *   </informalexample>
  *   <example id="ClutterAnimator-script-example">
- *     <title>ClutterAnimator definition<title>
+ *     <title>ClutterAnimator definition</title>
  *     <para>The following JSON fragment defines a #ClutterAnimator
  *     with the duration of 1 second and operating on the x and y
  *     properties of a #ClutterActor named "rect-01", with two frames
index 3d4e86d..8f2c3b0 100644 (file)
@@ -59,8 +59,8 @@ typedef struct _ClutterAnimatorKey     ClutterAnimatorKey;
 
 /**
  * ClutterInterpolation:
- * @CLUTTER_INTERPOLATION_LINEAR:
- * @CLUTTER_INTERPOLATION_CUBIC:
+ * @CLUTTER_INTERPOLATION_LINEAR: linear interpolation
+ * @CLUTTER_INTERPOLATION_CUBIC: cubic interpolation
  *
  * The mode of interpolation between key frames
  *
@@ -154,12 +154,12 @@ void                 clutter_animator_property_set_interpolation (ClutterAnimato
                                                                   ClutterInterpolation  interpolation);
 
 GType                 clutter_animator_key_get_type          (void) G_GNUC_CONST;
-GObject *             clutter_animator_key_get_object        (const ClutterAnimatorKey *animator_key);
-G_CONST_RETURN gchar *clutter_animator_key_get_property_name (const ClutterAnimatorKey *animator_key);
-GType                 clutter_animator_key_get_property_type (const ClutterAnimatorKey *animator_key);
-gulong                clutter_animator_key_get_mode          (const ClutterAnimatorKey *animator_key);
-gdouble               clutter_animator_key_get_progress      (const ClutterAnimatorKey *animator_key);
-gboolean              clutter_animator_key_get_value         (const ClutterAnimatorKey *animator_key,
+GObject *             clutter_animator_key_get_object        (const ClutterAnimatorKey *key);
+G_CONST_RETURN gchar *clutter_animator_key_get_property_name (const ClutterAnimatorKey *key);
+GType                 clutter_animator_key_get_property_type (const ClutterAnimatorKey *key);
+gulong                clutter_animator_key_get_mode          (const ClutterAnimatorKey *key);
+gdouble               clutter_animator_key_get_progress      (const ClutterAnimatorKey *key);
+gboolean              clutter_animator_key_get_value         (const ClutterAnimatorKey *key,
                                                               GValue                   *value);
 
 G_END_DECLS
index 2000918..8e38916 100644 (file)
@@ -2044,6 +2044,7 @@ clutter_animator_property_get_interpolation
 ClutterAnimatorKey
 clutter_animator_key_get_object
 clutter_animator_key_get_property_name
+clutter_animator_key_get_property_type
 clutter_animator_key_get_mode
 clutter_animator_key_get_progress
 clutter_animator_key_get_value