[goocanvas] Added (element-type GooCanvas.CanvasItem) annotation to get_items_at()
- From: Damon Chaplin <damon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas] Added (element-type GooCanvas.CanvasItem) annotation to get_items_at()
- Date: Sun, 9 Oct 2011 18:25:07 +0000 (UTC)
commit 953709189679c76168a84d98847c0199060fe559
Author: Damon Chaplin <damon gnome org>
Date: Sun Oct 9 19:17:57 2011 +0100
Added (element-type GooCanvas.CanvasItem) annotation to get_items_at()
src/goocanvasitem.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/goocanvasitem.c b/src/goocanvasitem.c
index 3409dc6..42e2493 100644
--- a/src/goocanvasitem.c
+++ b/src/goocanvasitem.c
@@ -1557,14 +1557,16 @@ goo_canvas_item_get_bounds (GooCanvasItem *item,
* be used to determine which parts of the item are tested.
* @parent_is_visible: %TRUE if the parent item is visible (which
* implies that all ancestors are also visible).
- * @found_items: the list of items found so far.
+ * @found_items: (element-type GooCanvas.CanvasItem): the list of items found
+ * so far.
*
* This function is only intended to be used when implementing new canvas
* items, specifically container items such as #GooCanvasGroup.
*
* It gets the items at the given point.
*
- * Returns: (transfer none): the @found_items list, with any more found items
+ * Returns: (element-type GooCanvas.CanvasItem) (transfer none): the
+ * @found_items list, with any more found items
* added onto the start of the list, leaving the top item first.
**/
GList*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]