man mplist_pop () - Remove a property at the beginning of a property list.
NAME
mplist_pop - Remove a property at the beginning of a property list.
SYNOPSIS
void* mplist_pop (MPlist * plist)
DESCRIPTION
The mplist_pop() function removes a property at the beginning of property list plist. As a result, the second key and value of the original plist become the first of those of the new plist.
RETURN VALUE
If the operation was successful, this function return the value of the just popped property. Otherwise, it returns NULL.