logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mchar_get_prop_table -

Description

       Get the char-table for a character property. The mchar_get_prop_table() function returns a char-table
       that contains the character property whose key is key. If type is not NULL, this function stores the type
       of the property in the place pointed by type. See mchar_define_property() for types of character
       property.

Name

       mchar_get_prop_table -

Return Value

           If key is a valid character property key, this function returns a char-table. Otherwise NULL is
           retuned.

Synopsis

MCharTable* mchar_get_prop_table (MSymbol key, MSymbol * type)

See Also