summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/public/cairo-sections.txt4
-rw-r--r--doc/public/tmpl/cairo-pdf.sgml35
-rw-r--r--src/cairo-pdf.h2
3 files changed, 41 insertions, 0 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt
index 4e65860e..bb64cd68 100644
--- a/doc/public/cairo-sections.txt
+++ b/doc/public/cairo-sections.txt
@@ -71,6 +71,10 @@ cairo_image_surface_get_stride
CAIRO_HAS_PDF_SURFACE
cairo_pdf_surface_create
cairo_pdf_surface_create_for_stream
+cairo_pdf_surface_restrict_to_version
+cairo_pdf_version_t
+cairo_pdf_get_versions
+cairo_pdf_version_to_string
cairo_pdf_surface_set_size
</SECTION>
diff --git a/doc/public/tmpl/cairo-pdf.sgml b/doc/public/tmpl/cairo-pdf.sgml
index fabb8d7d..4174109d 100644
--- a/doc/public/tmpl/cairo-pdf.sgml
+++ b/doc/public/tmpl/cairo-pdf.sgml
@@ -51,6 +51,41 @@ This macro can be used to conditionally compile backend-specific code.
@Returns:
+<!-- ##### FUNCTION cairo_pdf_surface_restrict_to_version ##### -->
+<para>
+
+</para>
+
+@surface:
+@version:
+
+
+<!-- ##### ENUM cairo_pdf_version_t ##### -->
+<para>
+
+</para>
+
+@CAIRO_PDF_VERSION_1_4:
+@CAIRO_PDF_VERSION_1_5:
+
+<!-- ##### FUNCTION cairo_pdf_get_versions ##### -->
+<para>
+
+</para>
+
+@versions:
+@num_versions:
+
+
+<!-- ##### FUNCTION cairo_pdf_version_to_string ##### -->
+<para>
+
+</para>
+
+@version:
+@Returns:
+
+
<!-- ##### FUNCTION cairo_pdf_surface_set_size ##### -->
<para>
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,