summaryrefslogtreecommitdiff
path: root/graphics/goocanvas2/patches/patch-src_goocanvasitem.h
blob: 7c1b3a5df84ce605be4aa4493f8133b8dc15bf07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-src_goocanvasitem.h,v 1.1 2013/06/09 13:25:14 obache Exp $

* Fix some introspection generation warnings.
  https://git.gnome.org/browse/goocanvas/commit/?id=bfc08d9a34c5d3d598aa025dd514a11226dfe1be

--- src/goocanvasitem.h.orig	2011-10-01 11:41:10.000000000 +0000
+++ src/goocanvasitem.h
@@ -65,7 +65,7 @@ typedef struct _GooCanvasItemModel  GooC
 
 
 /**
- * GooCanvasItem
+ * GooCanvasItem:
  *
  * #GooCanvasItem is a typedef used for objects that implement the
  * #GooCanvasItem interface.
@@ -77,7 +77,7 @@ typedef struct _GooCanvasItem       GooC
 
 
 /**
- * GooCanvasItemIface
+ * GooCanvasItemIface:
  * @get_canvas: returns the canvas the item is in.
  * @set_canvas: sets the canvas the item is in.
  * @get_n_children: returns the number of children of the item.