From 077f6439954cdbb5061a78b59be95ebf2277ac26 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Mon, 16 Oct 2017 13:32:01 -0400 Subject: Add FPDFCatalog_IsTagged to public API. The new fpdf_catalog.h will contains functions to access entries in the catalog (root) dict in a PDF. Bug: chromium:768986 Change-Id: I6e1d4a479d6f8742981e89f07bab98ee96dc3763 Reviewed-on: https://pdfium-review.googlesource.com/15970 Reviewed-by: dsinclair Commit-Queue: Henrique Nakashima --- fpdfsdk/fpdfview_c_api_test.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fpdfsdk/fpdfview_c_api_test.c') diff --git a/fpdfsdk/fpdfview_c_api_test.c b/fpdfsdk/fpdfview_c_api_test.c index 211d7e0f6b..bf1a0c4877 100644 --- a/fpdfsdk/fpdfview_c_api_test.c +++ b/fpdfsdk/fpdfview_c_api_test.c @@ -11,6 +11,7 @@ #include "public/fpdf_annot.h" #include "public/fpdf_attachment.h" +#include "public/fpdf_catalog.h" #include "public/fpdf_dataavail.h" #include "public/fpdf_doc.h" #include "public/fpdf_edit.h" @@ -78,6 +79,9 @@ int CheckPDFiumCApi() { CHK(FPDFAttachment_SetFile); CHK(FPDFAttachment_GetFile); + // fpdf_catalog.h + CHK(FPDFCatalog_IsTagged); + // fpdf_dataavail.h CHK(FPDFAvail_Create); CHK(FPDFAvail_Destroy); -- cgit v1.2.3