From 631688600ebc6141f7b681226d988415609b9864 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 2 Dec 2016 20:48:10 -0500 Subject: [PATCH] field-types.h: doc: bt_ctf_field_type_copy(): add not frozen @post 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/ctf-ir/field-types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/babeltrace/ctf-ir/field-types.h b/include/babeltrace/ctf-ir/field-types.h index 4270ef2d..b9896e3d 100644 --- a/include/babeltrace/ctf-ir/field-types.h +++ b/include/babeltrace/ctf-ir/field-types.h @@ -650,6 +650,7 @@ in the detailed description of this module). @prenotnull{field_type} @postrefcountsame{field_type} @postsuccessrefcountret1 +@post On success, the returned field type is not frozen. */ extern struct bt_ctf_field_type *bt_ctf_field_type_copy( struct bt_ctf_field_type *field_type); -- 2.34.1