cairo-pdf.h   cairo-pdf.h 
skipping to change at line 48 skipping to change at line 48
#define CAIRO_PDF_H #define CAIRO_PDF_H
#include "cairo.h" #include "cairo.h"
#if CAIRO_HAS_PDF_SURFACE #if CAIRO_HAS_PDF_SURFACE
CAIRO_BEGIN_DECLS CAIRO_BEGIN_DECLS
/** /**
* cairo_pdf_version_t: * cairo_pdf_version_t:
* @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification. * @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification. (Since
* @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification. 1.10)
* @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification. (Since
1.10)
* *
* #cairo_pdf_version_t is used to describe the version number of the PDF * #cairo_pdf_version_t is used to describe the version number of the PDF
* specification that a generated PDF file will conform to. * specification that a generated PDF file will conform to.
* *
* Since 1.10 * Since: 1.10
*/ **/
typedef enum _cairo_pdf_version { typedef enum _cairo_pdf_version {
CAIRO_PDF_VERSION_1_4, CAIRO_PDF_VERSION_1_4,
CAIRO_PDF_VERSION_1_5 CAIRO_PDF_VERSION_1_5
} cairo_pdf_version_t; } cairo_pdf_version_t;
cairo_public cairo_surface_t * cairo_public cairo_surface_t *
cairo_pdf_surface_create (const char *filename, cairo_pdf_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. 
4 lines changed or deleted 6 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/