From 0631f5f06142839814ff886d9a9a515faed7d6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Thu, 16 May 2013 19:04:52 +0200 Subject: path-layer: Correct version since dashed lines are supported --- champlain/champlain-path-layer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/champlain/champlain-path-layer.c b/champlain/champlain-path-layer.c index 409b7e6..50d9ce2 100644 --- a/champlain/champlain-path-layer.c +++ b/champlain/champlain-path-layer.c @@ -1071,7 +1071,7 @@ champlain_path_layer_get_closed (ChamplainPathLayer *layer) * * Pass NULL to use solid line. * - * Since: 0.14 + * Since: 0.12.4 */ void champlain_path_layer_set_dash (ChamplainPathLayer *layer, @@ -1106,7 +1106,7 @@ champlain_path_layer_set_dash (ChamplainPathLayer *layer, * * Returns: (transfer container) (element-type guint): the list * - * Since: 0.14 + * Since: 0.12.4 */ GList * champlain_path_layer_get_dash (ChamplainPathLayer *layer) -- cgit v1.2.1