summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2016-10-01 22:46:49 +0930
committerAdrian Johnson <ajohnson@redneon.com>2016-10-01 22:46:49 +0930
commit2d6a0f5d16d61c8f4236760c71061a0c4c3a199c (patch)
tree4b98a5cde00839c8b8c2b3f5578a21566270630e /src/cairo-pdf.h
parent26b3f83ff652a284b79557ec1555b398c566a7eb (diff)
downloadcairo-2d6a0f5d16d61c8f4236760c71061a0c4c3a199c.tar.gz
pdf: thumbnail API
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 9bf69fedd..62bf41fca 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -148,6 +148,11 @@ void
cairo_pdf_surface_set_page_label (cairo_surface_t *surface,
const char *utf8);
+void
+cairo_pdf_surface_set_thumbnail_size (cairo_surface_t *surface,
+ int width,
+ int height);
+
CAIRO_END_DECLS
#else /* CAIRO_HAS_PDF_SURFACE */