ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / event-types.h
index fdec2e07bb6bc1f92ea2ac8df751f7246b707e69..d777ce6b40603c23ff438ea28ec38e45fd561c2b 100644 (file)
@@ -755,6 +755,8 @@ extern enum ctf_type_id bt_ctf_field_type_get_type_id(
  * bt_ctf_field_type_get and bt_ctf_field_type_put: increment and decrement
  * the field type's reference count.
  *
+ * You may also use bt_ctf_get() and bt_ctf_put() with field type objects.
+ *
  * These functions ensure that the field type 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.024058 seconds and 4 git commands to generate.