summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2009-04-04 09:26:18 +0200
committerWerner Lemberg <wl@gnu.org>2009-04-04 09:26:18 +0200
commitcbab53c260dd5277e62ca2d52af5665484bddb2d (patch)
tree3666004e7e84e77f7dbb4164bd1ebac466380d1b
parent314f35ad2e8931f9061566fa224f6fbec8dfdb41 (diff)
downloadfreetype2-cbab53c260dd5277e62ca2d52af5665484bddb2d.tar.gz
Improve documentation.
-rw-r--r--include/freetype/ftsnames.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/freetype/ftsnames.h b/include/freetype/ftsnames.h
index 477e1e3ce..f20b4099d 100644
--- a/include/freetype/ftsnames.h
+++ b/include/freetype/ftsnames.h
@@ -7,7 +7,7 @@
/* */
/* This is _not_ used to retrieve glyph names! */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2006 by */
+/* Copyright 1996-2001, 2002, 2003, 2006, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -147,7 +147,8 @@ FT_BEGIN_HEADER
/* */
/* <Note> */
/* The `string' array returned in the `aname' structure is not */
- /* null-terminated. */
+ /* null-terminated. The application should deallocate it if it is no */
+ /* longer in use. */
/* */
/* Use @FT_Get_Sfnt_Name_Count to get the total number of available */
/* `name' table entries, then do a loop until you get the right */