[goffice] Add GocPath.



commit dcabb35f3fa2b97677b86b379c70c6375de3eb6f
Author: Valek Filippov <frob gnome org>
Date:   Fri Apr 9 17:17:19 2010 -0400

    Add GocPath.

 goffice/canvas/goffice-canvas.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/goffice/canvas/goffice-canvas.h b/goffice/canvas/goffice-canvas.h
index 4dd3b2c..ff41f38 100644
--- a/goffice/canvas/goffice-canvas.h
+++ b/goffice/canvas/goffice-canvas.h
@@ -33,6 +33,7 @@ typedef struct _GocItem		GocItem;
 typedef struct _GocGroup	GocGroup;
 typedef struct _GocArc		GocArc;
 typedef struct _GocLine		GocLine;
+typedef struct _GocPath		GocPath;
 typedef struct _GocPixbuf	GocPixbuf;
 typedef struct _GocPolyline	GocPolyline;
 typedef struct _GocPolygon	GocPolygon;
@@ -60,6 +61,7 @@ G_END_DECLS
 #include <goffice/canvas/goc-group.h>
 #include <goffice/canvas/goc-arc.h>
 #include <goffice/canvas/goc-line.h>
+#include <goffice/canvas/goc-path.h>
 #include <goffice/canvas/goc-pixbuf.h>
 #include <goffice/canvas/goc-polyline.h>
 #include <goffice/canvas/goc-polygon.h>



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