diff options
Diffstat (limited to 'src/cairo-pdf-surface.c')
-rw-r--r-- | src/cairo-pdf-surface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c index 96589576..4930e728 100644 --- a/src/cairo-pdf-surface.c +++ b/src/cairo-pdf-surface.c @@ -141,6 +141,8 @@ _cairo_pdf_surface_get_extents (void *abstract_surface, * * Defined if the PDF surface backend is available. * This macro can be used to conditionally compile backend-specific code. + * + * Since: 1.2 **/ static const cairo_pdf_version_t _cairo_pdf_versions[] = |