ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / clock.h
index cad2eec92df116bb4d936994dc439651eedc127d..1ac8ca9e36d99693d312914ec82e6dc80a767cb0 100644 (file)
@@ -258,6 +258,8 @@ extern int bt_ctf_clock_set_time(struct bt_ctf_clock *clock,
  * bt_ctf_clock_get and bt_ctf_clock_put: increment and decrement the
  * refcount of the clock
  *
+ * You may also use bt_ctf_get() and bt_ctf_put() with clock objects.
+ *
  * These functions ensure that the clock won't be destroyed when it
  * is in use. The same number of get and put (plus one extra put to
  * release the initial reference done at creation) has to be done to
This page took 0.023522 seconds and 4 git commands to generate.