lib: rename `bt_*_compare()` to `bt_*_is_equal()`
[babeltrace.git] / include / babeltrace2 / value-const.h
index f9a1d3d093cad57badc49151f8a4fc083e889f4b..4ac17cb083ce0c1658c8cbd591960dff475e4665 100644 (file)
@@ -120,7 +120,7 @@ typedef enum bt_value_copy_status {
 extern bt_value_copy_status bt_value_copy(const bt_value *object,
                bt_value **copy);
 
-extern bt_bool bt_value_compare(const bt_value *object_a,
+extern bt_bool bt_value_is_equal(const bt_value *object_a,
                const bt_value *object_b);
 
 extern bt_bool bt_value_bool_get(const bt_value *bool_obj);
This page took 0.02286 seconds and 4 git commands to generate.