logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mchar_define_property -

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)

See Also