summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2017-08-26 16:32:48 +0930
committerAdrian Johnson <ajohnson@redneon.com>2017-08-26 16:32:48 +0930
commit12b875aef374636d1693a631524dd3b622277415 (patch)
tree6f12588130603a9ff432742c29727e9065bc6796 /src/cairo-pdf.h
parentdf37baf7895ef9acc71f3627b22e7368c8af3ea1 (diff)
downloadcairo-12b875aef374636d1693a631524dd3b622277415.tar.gz
pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outline
In PDF outline targets are specified the same way as link targets so there is no need to restrict the target to dest names.
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 040c0ed35..5be0b3f1b 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -110,7 +110,7 @@ cairo_public int
cairo_pdf_surface_add_outline (cairo_surface_t *surface,
int parent_id,
const char *utf8,
- const char *dest,
+ const char *link_attribs,
cairo_pdf_outline_flags_t flags);
/**