Values API: standardize function names
[babeltrace.git] / cli / babeltrace-cfg.c
index 772cd5a5a9f58083502517162db6ede76f7b80b1..759ce3776bc6e37626d0946187a11bc0bac29549 100644 (file)
@@ -59,7 +59,7 @@ enum bt_value_status bt_config_append_plugin_paths(
        for (i = 0; i < dirs->len; i++) {
                GString *dir = g_ptr_array_index(dirs, i);
 
-               status = bt_value_array_append_string(plugin_paths, dir->str);
+               status = bt_value_array_append_string_element(plugin_paths, dir->str);
                if (status != BT_VALUE_STATUS_OK) {
                        break;
                }
This page took 0.022594 seconds and 4 git commands to generate.