Subversion Repositories Kolibri OS

Rev

Rev 1892 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1892 Rev 3959
Line 38... Line 38...
38
 
38
 
Line 39... Line 39...
39
CAIRO_BEGIN_DECLS
39
CAIRO_BEGIN_DECLS
40
 
40
 
41
/**
41
/**
42
 * cairo_svg_version_t:
42
 * cairo_svg_version_t:
43
 * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification.
43
 * @CAIRO_SVG_VERSION_1_1: The version 1.1 of the SVG specification. (Since 1.2)
44
 * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification.
44
 * @CAIRO_SVG_VERSION_1_2: The version 1.2 of the SVG specification. (Since 1.2)
45
 *
45
 *
-
 
46
 * #cairo_svg_version_t is used to describe the version number of the SVG
-
 
47
 * specification that a generated SVG file will conform to.
46
 * #cairo_svg_version_t is used to describe the version number of the SVG
48
 *
47
 * specification that a generated SVG file will conform to.
49
 * Since: 1.2
48
 */
50
 **/
49
typedef enum _cairo_svg_version {
51
typedef enum _cairo_svg_version {
50
    CAIRO_SVG_VERSION_1_1,
52
    CAIRO_SVG_VERSION_1_1,