field-types.h: doc: bt_ctf_field_type_copy(): add not frozen @post
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 3 Dec 2016 01:48:10 +0000 (20:48 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/field-types.h

index 4270ef2db6ace7fddd5b9447905088e7a2b69d4f..b9896e3d7c3dd23175a395f34f4fa49ec4a03d0c 100644 (file)
@@ -650,6 +650,7 @@ in the detailed description of this module).
 @prenotnull{field_type}
 @postrefcountsame{field_type}
 @postsuccessrefcountret1
+@post <strong>On success</strong>, 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);
This page took 0.026046 seconds and 4 git commands to generate.