summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2013-08-19 08:48:49 +0200
committerJiří Techet <techet@gmail.com>2013-08-21 16:19:20 +0200
commitc7d4c6a6143f6bfc5bd16583869410c643f9a9ba (patch)
tree384cb4fbe922b06f5f9b3ea3c9e88c8877d34b84
parent9ef17c3564e95bf8366c0af76b599428b8dbc922 (diff)
downloadlibchamplain-c7d4c6a6143f6bfc5bd16583869410c643f9a9ba.tar.gz
view: update documentation of goto-animation props
https://bugzilla.gnome.org/show_bug.cgi?id=706282
-rw-r--r--champlain/champlain-view.c10
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,