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 43... Line 43...
43
 
43
 
Line 44... Line 44...
44
CAIRO_BEGIN_DECLS
44
CAIRO_BEGIN_DECLS
45
 
45
 
46
/**
46
/**
47
 * cairo_pdf_version_t:
47
 * cairo_pdf_version_t:
48
 * @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification.
48
 * @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification. (Since 1.10)
49
 * @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification.
49
 * @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification. (Since 1.10)
50
 *
50
 *
51
 * #cairo_pdf_version_t is used to describe the version number of the PDF
51
 * #cairo_pdf_version_t is used to describe the version number of the PDF
52
 * specification that a generated PDF file will conform to.
52
 * specification that a generated PDF file will conform to.
53
 *
53
 *
54
 * Since 1.10
54
 * Since: 1.10
55
 */
55
 **/
56
typedef enum _cairo_pdf_version {
56
typedef enum _cairo_pdf_version {
57
    CAIRO_PDF_VERSION_1_4,
57
    CAIRO_PDF_VERSION_1_4,