From: handa Date: Wed, 24 Aug 2005 12:10:19 +0000 (+0000) Subject: Document fixed. X-Git-Tag: REL-1-3-0~231 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=09fa118a78ad250b6a882ac6f97a44d41a790c46;p=m17n%2Fm17n-lib.git Document fixed. --- 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 ()