From: Philippe Proulx Date: Fri, 20 Mar 2015 17:53:04 +0000 (-0400) Subject: objects: Doxygen: note about frozen copy X-Git-Tag: v2.0.0-pre1~1265 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=cbe481eb0a71baa92c9a84c79bfd00888a76b491 objects: Doxygen: note about frozen copy Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- 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