|
NAMEmsymbol_as_managing_key - Create a managing key.SYNOPSISMSymbol msymbol_as_managing_key (const char * name)DESCRIPTIONCreate a managing key.The msymbol_as_managing_key() function returns a newly created managing key whose name is name. It there already exists a symbol of name name, it returns Mnil. Symbols whose name starts by two spaces are reserved by the m17n library, and are used by the library only internally. RETURN VALUEIf the operation was successful, this function returns
the created symbol. Otherwise, it returns Mnil.
ERRORSMERROR_SYMBOL
SEE ALSOmsymbol(), msymbol_exist()
COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)Copyright (C) 2001-2009 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>.
Visit the GSP FreeBSD Man Page Interface. |