libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
546 stars 305 forks source link

Document memory ownership/responsibility. #20

Closed aburgh closed 10 years ago

aburgh commented 10 years ago

The public API isn't always clear if a node, string, or data buffer is owned by the plist node or by the caller. This commit adds Doxygen comments to explicitly define responsibility.

nikias commented 10 years ago

Merged to master (had to rebase).