lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / include / babeltrace / values-const.h
index 7aec02782e4f2715c70c11f1b5d487eedf8fe0fb..6816d37d1f0a26c44d41dbbdc51b204f257b8a18 100644 (file)
@@ -114,8 +114,8 @@ bt_bool bt_value_is_map(const struct bt_value *object)
        return bt_value_get_type(object) == BT_VALUE_TYPE_MAP;
 }
 
-extern enum bt_value_status bt_value_copy(struct bt_value **copy,
-               const struct bt_value *object);
+extern enum bt_value_status bt_value_copy(const struct bt_value *object,
+               struct bt_value **copy);
 
 extern bt_bool bt_value_compare(const struct bt_value *object_a,
                const struct bt_value *object_b);
@@ -161,9 +161,9 @@ extern bt_bool bt_value_map_has_entry(const struct bt_value *map_obj,
                const char *key);
 
 extern enum bt_value_status bt_value_map_extend(
-               struct bt_value **extended_map_obj,
                const struct bt_value *base_map_obj,
-               const struct bt_value *extension_map_obj);
+               const struct bt_value *extension_map_obj,
+               struct bt_value **extended_map_obj);
 
 #ifdef __cplusplus
 }
This page took 0.023313 seconds and 4 git commands to generate.