From ad3da6c1393ea69268f545e6581af668b5f337c9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 28 Apr 2017 12:09:58 +0100 Subject: Core hotlist: Improve hotlist_init documentation. --- desktop/hotlist.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/hotlist.h b/desktop/hotlist.h index a16b3e8ad..571f4de97 100644 --- a/desktop/hotlist.h +++ b/desktop/hotlist.h @@ -40,8 +40,11 @@ struct rect; * be called before URLs can be added to the hotlist, and before the * hotlist can be queried to ask if URLs are present in the hotlist. * + * In read-only mode the hotlist can be modified, but changes will not + * persist over sessions. + * * \param load_path The path to load hotlist from. - * \param save_path The path to save hotlist to, or NULL for read-only. + * \param save_path The path to save hotlist to, or NULL for read-only mode. * \return NSERROR_OK on success, appropriate error otherwise */ nserror hotlist_init( -- cgit v1.2.3