summaryrefslogtreecommitdiff
path: root/fitz
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-04-18 16:19:45 +0100
committerRobin Watts <robin.watts@artifex.com>2012-04-18 16:19:45 +0100
commitab29b6831c384048c1011e72dc2a061ac4e66927 (patch)
tree67de41ddb8ecc3c06c66c1b746a4a3dd25d30c0e /fitz
parent9e3c31e06bebb1a3d67dfa354077b8adbf078654 (diff)
downloadmupdf-ab29b6831c384048c1011e72dc2a061ac4e66927.tar.xz
Note that the fz_meta interface is subject to change.
Comment changes only.
Diffstat (limited to 'fitz')
-rw-r--r--fitz/fitz.h4
1 files changed, 3 insertions, 1 deletions
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