[doc] FT_Open_Args: Clarify the ownership of `pathname'.

Don't expect the function to deallocate the buffer.  This may be obvious
in C, but it is not so obvious in FFI bindings for FreeType 2.
This commit is contained in:
Filip Filmar 2019-10-20 02:05:02 -07:00 committed by Werner Lemberg
parent 3b8bc65c50
commit 0a3d2bb99b
1 changed files with 2 additions and 1 deletions

View File

@ -2078,7 +2078,8 @@ FT_BEGIN_HEADER
* The size in bytes of the file in memory.
*
* pathname ::
* A pointer to an 8-bit file pathname.
* A pointer to an 8-bit file pathname. The pointer is not owned by
* FreeType.
*
* stream ::
* A handle to a source stream object.