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

Description

       Set the first property in a property list. The mplist_set() function sets the key and the value of the
       first property in property list plist to key and value, respectively. See the documentation of
       mplist_add() for the restriction on key and val.

Name

       mplist_set -

Return Value

           If the operation was successful, mplist_set() returns plist. Otherwise, it returns NULL.

Synopsis

MPlist* mplist_set (MPlist * plist, MSymbol key, void * val)

See Also