summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2015-08-31 01:22:27 +0200
committerJiří Techet <techet@gmail.com>2015-08-31 01:22:27 +0200
commit7bfaa264954489a0e9a93bbad9a364a990c5b93a (patch)
tree0351ad0041d54811822e30899481732179d2f84b
parent46cc3bfefff48ca62a158fb184dd980bace13418 (diff)
downloadlibchamplain-7bfaa264954489a0e9a93bbad9a364a990c5b93a.tar.gz
view: Fix transfer annotations
-rw-r--r--champlain/champlain-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index a3ff1a5..36da9c0 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -1830,7 +1830,7 @@ champlain_view_set_max_zoom_level (ChamplainView *view,
*
* Get the bounding box that represents the extent of the world.
*
- * Returns: a #ChamplainBoundingBox that represents the current world
+ * Returns: (transfer none): a #ChamplainBoundingBox that represents the current world
*
* Since: 0.12.11
*/
@@ -1848,7 +1848,7 @@ champlain_view_get_world (ChamplainView *view)
/**
* champlain_view_set_world:
* @view: a #ChamplainView
- * @bbox: (transfer full): the #ChamplainBoundingBox of the world
+ * @bbox: (transfer none): the #ChamplainBoundingBox of the world
*
* Set a bounding box to limit the world to. No tiles will be loaded
* outside of this bounding box. It will not be possible to scroll outside