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

Description

       Push a text property onto an M-text. The mtext_push_property() function pushes text property prop to the
       characters between from (inclusive) and to (exclusive) in M-text mt.

Name

       mtext_push_property -

Return Value

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

Synopsis

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

See Also