From ab29b6831c384048c1011e72dc2a061ac4e66927 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 18 Apr 2012 16:19:45 +0100 Subject: Note that the fz_meta interface is subject to change. Comment changes only. --- fitz/fitz.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fitz') diff --git a/fitz/fitz.h b/fitz/fitz.h index 472b5ac9..48b67ff8 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -2157,6 +2157,8 @@ void fz_free_page(fz_document *doc, fz_page *page); /* fz_meta: Perform a meta operation on a document. + (In development - Subject to change in future versions) + Meta operations provide a way to perform format specific operations on a document. The meta operation scheme is designed to be extensible so that new features can be @@ -2213,7 +2215,7 @@ enum /* ptr: Pointer to block. First entry in the block is - a pointer to a UCS string to lookup. The rest of the + a pointer to a UTF8 string to lookup. The rest of the block is uninitialised on entry. size: size of the block in bytes. Returns: 0 if not found. 1 if found. The string -- cgit v1.2.3