ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-writer / writer.h
index f189ab5cb2656d5b586ea31b717a51ea2af346cb..1c94bccacf51d37f959bd6dc38cfe3b7f0329139 100644 (file)
@@ -153,6 +153,8 @@ extern int bt_ctf_writer_set_byte_order(struct bt_ctf_writer *writer,
  * bt_ctf_writer_get and bt_ctf_writer_put: increment and decrement the
  * writer's reference count.
  *
+ * You may also use bt_ctf_get() and bt_ctf_put() with writer objects.
+ *
  * These functions ensure that the writer 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.023935 seconds and 4 git commands to generate.