Make clear that title is copied.

This commit is contained in:
Michael Drake 2013-08-29 13:08:49 +01:00
parent bc0571b9dc
commit 38e4bbe74d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void hotlist_update_url(nsurl *url);
* Add an entry to the hotlist for given Title/URL.
*
* \param url URL for entry to be added, or NULL
* \param title Title for entry being added, or NULL
* \param title Title for entry being added (copied), or NULL
* \param at_y Iff true, insert at y-offest
* \param y Y-offset in px from top of hotlist. Ignored if (!at_y).
* \return NSERROR_OK on success, appropriate error otherwise