From 09fa118a78ad250b6a882ac6f97a44d41a790c46 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 24 Aug 2005 12:10:19 +0000 Subject: [PATCH] Document fixed. --- src/mtext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mtext.c b/src/mtext.c index b13ef88..cbe2412 100644 --- a/src/mtext.c +++ b/src/mtext.c @@ -1160,7 +1160,7 @@ const int MTEXT_FORMAT_UTF_32 = MTEXT_FORMAT_UTF_32LE; The mtext () function allocates a new M-text of length 0 and returns a pointer to it. The allocated M-text will not be freed - unless the user explicitly does so with the m17n_object_free () + unless the user explicitly does so with the m17n_object_unref () function. */ /***ja @@ -1168,13 +1168,13 @@ const int MTEXT_FORMAT_UTF_32 = MTEXT_FORMAT_UTF_32LE; ´Ø¿ô mtext () ¤Ï¡¢Ä¹¤µ 0 ¤Î¿·¤·¤¤ M-text ¤ò³ä¤êÅö¤Æ¡¢¤½¤ì¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£³ä¤êÅö¤Æ¤é¤ì¤¿ M-text ¤Ï¡¢´Ø¿ô - m17n_object_free () ¤Ë¤è¤Ã¤Æ¥æ¡¼¥¶¤¬ÌÀ¼¨Åª¤Ë¹Ô¤Ê¤ï¤Ê¤¤¸Â¤ê¡¢²òÊü¤µ¤ì¤Ê¤¤¡£ + m17n_object_unref () ¤Ë¤è¤Ã¤Æ¥æ¡¼¥¶¤¬ÌÀ¼¨Åª¤Ë¹Ô¤Ê¤ï¤Ê¤¤¸Â¤ê¡¢²òÊü¤µ¤ì¤Ê¤¤¡£ @latexonly \IPAlabel{mtext} @endlatexonly */ /*** @seealso - m17n_object_free () */ + m17n_object_unref () */ MText * mtext () -- 1.7.10.4