summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2013-05-16 19:04:52 +0200
committerJiří Techet <techet@gmail.com>2013-05-16 19:04:52 +0200
commit0631f5f06142839814ff886d9a9a515faed7d6c5 (patch)
tree32b35e935b47007f94c6facd990f0e33e64e3381
parentca218c19eb6b6edee49ad63071a8ef49d81b21e4 (diff)
downloadlibchamplain-0631f5f06142839814ff886d9a9a515faed7d6c5.tar.gz
path-layer: Correct version since dashed lines are supported
-rw-r--r--champlain/champlain-path-layer.c4
1 files 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)