proplist-get-number-of-elements

Name

proplist-get-number-of-elements -- Return the number of elements in PL.

Synopsis

(proplist-get-number-of-elements pl)

Description

Return the number of elements in pl. If pl is a string or data objects, this returns 0. If it is an array or dictionary, it is the number of elements or pairs.

Implementation Notes

Module: Primitive from (app scwm proplist)

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