/*=*/
-/*** @addtogroup m17nIntro */
-/*** @{ */
-
+/*** @ingroup m17nIntro */
/***en
@brief Enumeration for the status of the m17n library.
- The enum #MTextFormat is used as a return value of the function
+ The enum #MTextStatus is used as a return value of the function
m17n_status (). */
-/***en
+/***ja
@brief m17n ¥é¥¤¥Ö¥é¥ê¤Î¾õÂÖ¤ò¼¨¤¹Îóµó·¿.
- Îóµó·¿ #MTextFormat ¤Ï´Ø¿ô m17n_status () ¤ÎÌá¤êÃͤȤ·¤ÆÍѤ¤¤é¤ì¤ë¡£ */
+ Îóµó·¿ #MTextStatus ¤Ï´Ø¿ô m17n_status () ¤ÎÌá¤êÃͤȤ·¤ÆÍѤ¤¤é¤ì¤ë¡£ */
enum M17NStatus
{
M17N_GUI_INITIALIZED
};
-/*** @} */
/*=*/
extern enum M17NStatus m17n_status (void);