summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2022-01-09 17:55:11 +1030
committerAdrian Johnson <ajohnson@redneon.com>2022-01-16 13:49:53 +1030
commit895b249b0ac6d2c45f47423f6529359991a66c3c (patch)
treecf68e7bec3ea3da0932d7e776b6dc153f4dd4f38 /src/cairo-pdf.h
parenta4d8eb98ba8d05fd0026f9c2f9433bdfedde1d06 (diff)
downloadcairo-895b249b0ac6d2c45f47423f6529359991a66c3c.tar.gz
pdf: ensure filenames are correctly encoded
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 49afb687e..7e8025be3 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -47,6 +47,8 @@ CAIRO_BEGIN_DECLS
* cairo_pdf_version_t:
* @CAIRO_PDF_VERSION_1_4: The version 1.4 of the PDF specification. (Since 1.10)
* @CAIRO_PDF_VERSION_1_5: The version 1.5 of the PDF specification. (Since 1.10)
+ * @CAIRO_PDF_VERSION_1_6: The version 1.6 of the PDF specification. (Since 1.18)
+ * @CAIRO_PDF_VERSION_1_7: The version 1.7 of the PDF specification. (Since 1.18)
*
* #cairo_pdf_version_t is used to describe the version number of the PDF
* specification that a generated PDF file will conform to.
@@ -55,7 +57,9 @@ CAIRO_BEGIN_DECLS
**/
typedef enum _cairo_pdf_version {
CAIRO_PDF_VERSION_1_4,
- CAIRO_PDF_VERSION_1_5
+ CAIRO_PDF_VERSION_1_5,
+ CAIRO_PDF_VERSION_1_6,
+ CAIRO_PDF_VERSION_1_7
} cairo_pdf_version_t;
cairo_public cairo_surface_t *