[goocanvas] Fixed a few doc comments



commit 33652d09550a363c0ec7170df80550d8e845a5ce
Author: Damon Chaplin <damon gnome org>
Date:   Fri Sep 27 22:36:40 2013 +0100

    Fixed a few doc comments

 src/goocanvasitem.h       |    4 ++--
 src/goocanvasitemsimple.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/goocanvasitem.h b/src/goocanvasitem.h
index 01bdac3..bf8b336 100644
--- a/src/goocanvasitem.h
+++ b/src/goocanvasitem.h
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
 
 
 /**
- * GooCanvasAnimateType
+ * GooCanvasAnimateType:
  * @GOO_CANVAS_ANIMATE_FREEZE: the item remains in the final position.
  * @GOO_CANVAS_ANIMATE_RESET: the item is moved back to the initial position.
  * @GOO_CANVAS_ANIMATE_RESTART: the animation is restarted from the initial
@@ -35,7 +35,7 @@ typedef enum
 
 
 /**
- * GooCanvasBounds
+ * GooCanvasBounds:
  * @x1: the left edge.
  * @y1: the top edge.
  * @x2: the right edge.
diff --git a/src/goocanvasitemsimple.c b/src/goocanvasitemsimple.c
index db312e3..19b3424 100644
--- a/src/goocanvasitemsimple.c
+++ b/src/goocanvasitemsimple.c
@@ -238,7 +238,7 @@ goo_canvas_item_simple_install_common_properties (GObjectClass *gobject_class)
                                                      G_PARAM_READWRITE));
 
   /**
-   * GooCanvasItemSimple:stroke-color-gdk-rgba
+   * GooCanvasItemSimple:stroke-color-gdk-rgba:
    *
    * The color to use for the item's perimeter, specified as a GdkRGBA. To disable painting set the 
'stroke-pattern' property to NULL.
    *


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