diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2008-12-23 14:56:48 +1030 |
---|---|---|
committer | Adrian Johnson <ajohnson@redneon.com> | 2008-12-23 15:04:10 +1030 |
commit | 5ad65dc4be5964265946de59a951f2304d64159e (patch) | |
tree | 86a1e028790bd4a69f59bc86ab0fd79c911438c1 /src/cairo-pdf.h | |
parent | 1869e0240bcc93c93e8abd1c8f930cf08ca8ee24 (diff) |
Document PDF restrict_to_version API
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r-- | src/cairo-pdf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h index 294f36d2..c0de5386 100644 --- a/src/cairo-pdf.h +++ b/src/cairo-pdf.h @@ -50,6 +50,8 @@ CAIRO_BEGIN_DECLS * * #cairo_pdf_version_t is used to describe the version number of the PDF * specification that a generated PDF file will conform to. + * + * Since 1.10 */ typedef enum _cairo_pdf_version { CAIRO_PDF_VERSION_1_4, |