proplist-make-dictionary-from-entries

Name

proplist-make-dictionary-from-entries -- Return a newly created dictionary object with elements ITEMS.

Synopsis

(proplist-make-dictionary-from-entries  . items)

Description

Return a newly created dictionary object with elements items. The elements in items should be a flat list (key1 value1 key2 value2 ...).

Implementation Notes

Module: Primitive from (app scwm proplist)

Defined in modules/proplist/scwmproplist.c at line 216 (CVS log)