From cbe481eb0a71baa92c9a84c79bfd00888a76b491 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 20 Mar 2015 13:53:04 -0400 Subject: [PATCH] objects: Doxygen: note about frozen copy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/objects.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/babeltrace/objects.h b/include/babeltrace/objects.h index d96675ba..420bd628 100644 --- a/include/babeltrace/objects.h +++ b/include/babeltrace/objects.h @@ -1055,6 +1055,8 @@ extern enum bt_object_status bt_object_map_insert_map( * The created object's reference count is set to 1, unless * \p object is a null object. * + * Copying a frozen object is allowed: the resulting copy is not frozen. + * * @param object Object to copy * @returns Deep copy of \p object on success, or \c NULL * on error -- 2.34.1