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_attach_property -

Description

       Attach a text property to an M-text. The mtext_attach_property() function attaches text property prop to
       the range between from and to in M-text mt. If prop is already attached to an M-text, it is detached
       before attached to mt.

Name

       mtext_attach_property -

Return Value

           If the operation was successful, mtext_attach_property() returns 0. Otherwise it returns -1 and
           assigns an error code to the external variable merror_code.

Synopsis

       int mtext_attach_property (MText * mt, int from, int to, MTextProperty * prop)

See Also