Experimental APIs in public/fpdf_structtree.h changing

32 views
Skip to first unread message

Lei Zhang

unread,
May 10, 2024, 4:36:52 PMMay 10
to pdfium
Hi everyone,

Just wanted to give a heads up that CL [1] is going to change a bunch
of experimental APIs in public/fpdf_structtree.h. e.g.

FPDF_OBJECT_TYPE type = FPDF_StructElement_Attr_GetType(attr, name);

becomes:

FPDF_STRUCTELEMENT_ATTR_VALUE value =
FPDF_StructElement_Attr_GetValue(attr, name);
FPDF_OBJECT_TYPE type = FPDF_StructElement_Attr_GetType(value);

[1] https://pdfium-review.googlesource.com/118691
Reply all
Reply to author
Forward
0 new messages