[libchamplain] view: Fix transfer annotations



commit 7bfaa264954489a0e9a93bbad9a364a990c5b93a
Author: Jiří Techet <techet gmail com>
Date:   Mon Aug 31 01:22:27 2015 +0200

    view: Fix transfer annotations

 champlain/champlain-view.c |    4 ++--
 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


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