summaryrefslogtreecommitdiff
path: root/src/cairo-svg.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-06-30 01:29:54 +0200
committerBehdad Esfahbod <behdad@behdad.org>2006-06-30 02:21:50 +0200
commit8860263c6a18a0b196e2b462a538dfc166fbea04 (patch)
tree0d72608f33399b7680f672b9c79133f8353d2851 /src/cairo-svg.h
parent6672529541e01b0da53fff279cb1f8030c931ffb (diff)
Remove CAIRO_SVG_VERSION_LAST from public header file.
Diffstat (limited to 'src/cairo-svg.h')
-rw-r--r--src/cairo-svg.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/cairo-svg.h b/src/cairo-svg.h
index d28993680..cb16fe0e6 100644
--- a/src/cairo-svg.h
+++ b/src/cairo-svg.h
@@ -38,10 +38,17 @@
CAIRO_BEGIN_DECLS
+/**
+ * cairo_svg_version_t
+ * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification.
+ * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification.
+ *
+ * #cairo_svg_version_t is used to describe the version number of the SVG
+ * specification that a generated SVG file will conform to.
+ */
typedef enum {
- CAIRO_SVG_VERSION_1_1 = 0,
- CAIRO_SVG_VERSION_1_2,
- CAIRO_SVG_VERSION_LAST
+ CAIRO_SVG_VERSION_1_1,
+ CAIRO_SVG_VERSION_1_2
} cairo_svg_version_t;
cairo_public cairo_surface_t *