string->proplist

Name

string->proplist -- Return a proplist object containing STRING.

Synopsis

(string->proplist string)

Description

Return a proplist object containing string. This is often unnecessary as the proplist procedures will permit Guile strings to be used anywhere a string proplist object is expected.

Implementation Notes

Module: Primitive from (app scwm proplist)

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