summaryrefslogtreecommitdiff
path: root/graphics/goocanvas2/patches/patch-src_goocanvasstyle.h
blob: cb568838e31f031aa524a6dd87df64fb73201ed6 (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_goocanvasstyle.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/goocanvasstyle.h.orig	2010-06-30 20:31:13.000000000 +0000
+++ src/goocanvasstyle.h
@@ -28,7 +28,7 @@ extern GQuark goo_canvas_style_hint_metr
 
 
 /**
- * GooCanvasStyleProperty
+ * GooCanvasStyleProperty:
  * @id: the unique property identifier.
  * @value: the value of the property.
  *
@@ -54,7 +54,7 @@ typedef struct _GooCanvasStyle       Goo
 typedef struct _GooCanvasStyleClass  GooCanvasStyleClass;
 
 /**
- * GooCanvasStyle
+ * GooCanvasStyle:
  * @parent: the parent style.
  * @properties: an array of #GooCanvasStyleProperty property settings.
  *