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

mplist_put_func -

Description

       Set the value (function pointer) of a property in a property list. The mplist_put_func() function is
       similar to mplist_put() but for setting function pointer func in property list plist for key key.  key
       must not be a managing key.

Name

       mplist_put_func -

See Also

mplist_put(), M17N_FUNC()

Synopsis

MPlist* mplist_put_func (MPlist * plist, MSymbol key, M17NFuncfunc)

See Also