ir: clock class: use bt_bool instead of int for boolean properties
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class.h
index 3f461aa10765d54b424b03f156136091afb4bfbc..c147b371bd5dad3477e3e183f8587f38b4c2d640 100644 (file)
@@ -67,10 +67,10 @@ extern int bt_ctf_clock_class_get_offset_cycles(
                struct bt_ctf_clock_class *clock_class, int64_t *cycles);
 extern int bt_ctf_clock_class_set_offset_cycles(
                struct bt_ctf_clock_class *clock_class, int64_t cycles);
-extern int bt_ctf_clock_class_is_absolute(
+extern bt_bool bt_ctf_clock_class_is_absolute(
                struct bt_ctf_clock_class *clock_class);
 extern int bt_ctf_clock_class_set_is_absolute(
-               struct bt_ctf_clock_class *clock_class, int is_absolute);
+               struct bt_ctf_clock_class *clock_class, bt_bool is_absolute);
 extern const unsigned char *bt_ctf_clock_class_get_uuid(
                struct bt_ctf_clock_class *clock_class);
 extern int bt_ctf_clock_class_set_uuid(struct bt_ctf_clock_class *clock_class,
This page took 0.023419 seconds and 4 git commands to generate.