ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / trace.h
index 953810342b10896b4c85364bb8d1e589be8ce6f0..cc628a5b5240f804ab26666cabe0d7f2b938e72b 100644 (file)
@@ -346,6 +346,8 @@ extern int bt_ctf_trace_set_packet_header_type(struct bt_ctf_trace *trace,
  * bt_ctf_trace_get and bt_ctf_trace_put: increment and decrement the
  * trace's reference count.
  *
+ * You may also use bt_ctf_get() and bt_ctf_put() with trace objects.
+ *
  * These functions ensure that the trace won't be destroyed while it
  * is in use. The same number of get and put (plus one extra put to
  * release the initial reference done at creation) have to be done to
This page took 0.02273 seconds and 4 git commands to generate.