objects: Doxygen: more details on bt_object_null
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 19 Mar 2015 03:59:58 +0000 (23:59 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Mar 2015 18:29:41 +0000 (14:29 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/objects.h

index 77be607c054b3abfe07c4b86da11ad97fe0533e0..937297c5b16f8cae80ad66ccedb433d3e818e4b5 100644 (file)
@@ -202,10 +202,14 @@ struct bt_object;
 /**
  * The null object singleton.
  *
- * Use this everytime you need a null object. The null object singleton
- * has no reference count; there's only one. You may directly compare
- * any object to the null singleton to find out if it's a null object,
- * or otherwise use bt_object_is_null().
+ * Use this everytime you need a null object.
+ *
+ * The null object singleton has no reference count; there's only one.
+ * You may directly compare any object to the null object singleton to
+ * find out if it's a null object, or otherwise use bt_object_is_null().
+ *
+ * The null object singleton is always frozen (see bt_object_freeze()
+ * and bt_object_is_frozen()).
  *
  * Functions of this API return this when the object is actually a
  * null object (of type #BT_OBJECT_TYPE_NULL), whereas \c NULL means an
This page took 0.026292 seconds and 4 git commands to generate.