man mplist_next () - Return the next sublist of a property list.

NAME

mplist_next - Return the next sublist of a property list.

SYNOPSIS

MPlist* mplist_next (MPlist * plist)

DESCRIPTION

The mplist_next() function returns a pointer to the sublist of property list plist, which begins at the second element in plist. If the length of plist is zero, it returns NULL.