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

mtext_property -

Description

       Create a text property. The mtext_property() function returns a newly allocated text property whose key
       is key and value is val. The created text property is not attached to any M-text, i.e. it is detached.

       control_bits must be 0 or logical OR of enum MTextPropertyControl.

Name

       mtext_property -

Synopsis

MTextProperty* mtext_property (MSymbol key, void * val, int control_bits)

See Also