CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / visitor.h
index 60d0a45bc39f3ca9ea438be032997ed882e70d09..f6bbd0c4f59028d9e47e466baf43ac3f4df4e7c2 100644 (file)
@@ -63,18 +63,18 @@ pre-order fashion.
 */
 
 /**
-@struct bt_object
+@struct bt_ctf_object
 @brief A CTF IR object wrapper.
 
 This structure wraps both a CTF IR object and its type
-(see #bt_object_type). It is used in the visiting function.
+(see #bt_ctf_object_type). It is used in the visiting function.
 
-You can use the bt_object_get_type() and
-bt_object_get_object() accessors to get the type and wrapped
+You can use the bt_ctf_object_get_type() and
+bt_ctf_object_get_object() accessors to get the type and wrapped
 CTF IR object of a CTF IR object wrapper.
 
 A CTF IR object wrapper has <strong>no reference count</strong>: do \em
-not use bt_object_put_ref() or bt_object_get_ref() on it.
+not use bt_ctf_object_put_ref() or bt_ctf_object_get_ref() on it.
 
 @sa ctfirvisitor
 */
@@ -114,7 +114,7 @@ bt_ctf_stream_class_visit() when visiting the CTF IR object wrapper
 \p object.
 
 \p object has <strong>no reference count</strong>: do \em not use
-bt_object_put_ref() or bt_object_get_ref() on it.
+bt_ctf_object_put_ref() or bt_ctf_object_get_ref() on it.
 
 @param[in] object      Currently visited CTF IR object wrapper.
 @param[in] data                User data.
@@ -149,7 +149,7 @@ enum bt_ctf_visitor_object_type bt_ctf_visitor_object_get_type(
        wrapper \p object.
 
 The reference count of \p object is \em not incremented by this
-function. On success, you must call bt_object_get_ref() on the return value to
+function. On success, you must call bt_ctf_object_get_ref() on the return value to
 have your own reference.
 
 @param[in] object      Object wrapper of which to get the wrapped
This page took 0.024725 seconds and 4 git commands to generate.