| cairo-svg.h | cairo-svg.h | |||
|---|---|---|---|---|
| skipping to change at line 43 | skipping to change at line 43 | |||
| #define CAIRO_SVG_H | #define CAIRO_SVG_H | |||
| #include "cairo.h" | #include "cairo.h" | |||
| #if CAIRO_HAS_SVG_SURFACE | #if CAIRO_HAS_SVG_SURFACE | |||
| CAIRO_BEGIN_DECLS | CAIRO_BEGIN_DECLS | |||
| /** | /** | |||
| * cairo_svg_version_t: | * cairo_svg_version_t: | |||
| * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification. | * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification. (Since | |||
| * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification. | 1.2) | |||
| * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification. (Since | ||||
| 1.2) | ||||
| * | * | |||
| * #cairo_svg_version_t is used to describe the version number of the SVG | * #cairo_svg_version_t is used to describe the version number of the SVG | |||
| * specification that a generated SVG file will conform to. | * specification that a generated SVG file will conform to. | |||
| */ | * | |||
| * Since: 1.2 | ||||
| **/ | ||||
| typedef enum _cairo_svg_version { | typedef enum _cairo_svg_version { | |||
| CAIRO_SVG_VERSION_1_1, | CAIRO_SVG_VERSION_1_1, | |||
| CAIRO_SVG_VERSION_1_2 | CAIRO_SVG_VERSION_1_2 | |||
| } cairo_svg_version_t; | } cairo_svg_version_t; | |||
| cairo_public cairo_surface_t * | cairo_public cairo_surface_t * | |||
| cairo_svg_surface_create (const char *filename, | cairo_svg_surface_create (const char *filename, | |||
| double width_in_points, | double width_in_points, | |||
| double height_in_points); | double height_in_points); | |||
| End of changes. 2 change blocks. | ||||
| 3 lines changed or deleted | 7 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||