field-types.h: doc: add note about freezing
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 1 Dec 2016 22:03:10 +0000 (17:03 -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 f7b47a49225300f127b3b44ff47a8c747277c3a5..87ef957886307bb9b1d1215e8516f5177198d057 100644 (file)
@@ -174,6 +174,9 @@ The following functions can \em freeze field type objects:
 - bt_ctf_event_create() freezes the root field types of its event class
   parameter and of ther parent stream class of this event class.
 
+You cannot modify a frozen field type object: it is considered
+immutable, except for \link refs reference counting\endlink.
+
 @sa ctfirfields
 
 @file
This page took 0.027272 seconds and 4 git commands to generate.