[libchamplain] view: update documentation of goto-animation props



commit c7d4c6a6143f6bfc5bd16583869410c643f9a9ba
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Mon Aug 19 08:48:49 2013 +0200

    view: update documentation of goto-animation props
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706282

 champlain/champlain-view.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index 16c64ee..af4451b 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -926,7 +926,10 @@ champlain_view_class_init (ChamplainViewClass *champlainViewClass)
    * ChamplainView:goto-animation-mode:
    *
    * The mode of animation when going to a location.
-   *
+   * 
+   * Please note that animation of #champlain_view_ensure_visible also
+   * involves a 'goto' animation.
+   * 
    */
   g_object_class_install_property (object_class,
       PROP_GOTO_ANIMATION_MODE,
@@ -940,9 +943,12 @@ champlain_view_class_init (ChamplainViewClass *champlainViewClass)
   /**
    * ChamplainView:goto-animation-duration:
    *
-   * The duration of an animation when going to a location.
+   * The durati0n of an animation when going to a location.
    * A value of 0 means that the duration is calculated automatically for you.
    *
+   * Please note that animation of #champlain_view_ensure_visible also
+   * involves a 'goto' animation.
+   *
    */
   g_object_class_install_property (object_class,
       PROP_GOTO_ANIMATION_DURATION,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]