Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / include / babeltrace / ctf-ir / trace.h
index f358422591c3cb8f32d4a6d14a4df3695cb48341..e6a3bc47f779799be7ccc54cc8f81195860a0715 100644 (file)
@@ -34,6 +34,7 @@
 #include <babeltrace/ctf-ir/visitor.h>
 #include <babeltrace/values.h>
 #include <babeltrace/graph/notification.h>
+#include <babeltrace/types.h>
 #include <stdint.h>
 
 #ifdef __cplusplus
@@ -811,15 +812,15 @@ It is guaranteed that a static trace class will never contain new
 streams, stream classes, or clock classes. A static class is always
 frozen.
 
-This function returns \c true if bt_ctf_trace_set_is_static() was
+This function returns #BT_TRUE if bt_ctf_trace_set_is_static() was
 previously called on it.
 
 @param[in] trace_class Trace class to check.
-@returns               \c true if \p trace_class is static,
+@returns               #BT_TRUE if \p trace_class is static,
 
 @sa bt_ctf_trace_set_is_static(): Makes a trace class static.
 */
-extern bool bt_ctf_trace_is_static(struct bt_ctf_trace *trace_class);
+extern bt_bool bt_ctf_trace_is_static(struct bt_ctf_trace *trace_class);
 
 /**
 @brief Makes the CTF IR trace class \p trace_class static.
This page took 0.023894 seconds and 4 git commands to generate.