man mplist_copy () - Copy a property list.
NAME
mplist_copy - Copy a property list.
SYNOPSIS
MPlist* mplist_copy (MPlist * plist)
DESCRIPTION
The mplist_copy() function copies property list plist. In the copy, the values are the same as those of plist.
RETURN VALUE
This function returns a newly created plist which is a copy of plist.
ERRORS
This function never fails.