Docs: event class must have a stream class before events may be created
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 Mar 2015 01:20:53 +0000 (21:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 Mar 2015 01:20:53 +0000 (21:20 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/event.h

index c6b30960cb6a023eda08c46d10f0be1f52a59592..30b790035456eefbd4ffff13a3fe45e09522b7c0 100644 (file)
@@ -202,6 +202,9 @@ extern void bt_ctf_event_class_put(struct bt_ctf_event_class *event_class);
  * sets its reference count to 1. Each instance shares the ownership of the
  * event class using its reference count.
  *
+ * An event class must be associated with a stream class before events
+ * may be instanciated.
+ *
  * @param event_class Event class.
  *
  * Returns an allocated field type on success, NULL on error.
This page took 0.024172 seconds and 4 git commands to generate.