man mplist_value () - Return the value of the first property in a property list.
NAME
mplist_value - Return the value of the first property in a property list.
SYNOPSIS
void* mplist_value (MPlist * plist)
DESCRIPTION
The mplist_value() function returns the value of the first property in property list plist. If the length of plist is zero, it returns NULL.