mchar_define_property -
Contents
Copyright
Copyright (C) 2001 Information-technology Promotion Agency (IPA)
Copyright (C) 2001-2011 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>.
Version 1.8.4 Mon Sep 25 2023 mchar_define_property(3m17n)
Description
Define a character property. The mchar_define_property() function searches the m17n database for a data
whose tags are <Mchar_table, type, sym>. Here, sym is a symbol whose name is name. type must be Mstring,
Mtext, Msymbol, Minteger, or Mplist.
Errors
MERROR_DB
Name
mchar_define_property -
Return Value
If the operation was successful, mchar_define_property() returns sym. Otherwise it returns Mnil.
See Also
mchar_get_prop(), mchar_put_prop()
Synopsis
MSymbol mchar_define_property (const char * name, MSymbol type)
