Values API: standardize parameters and return values
[babeltrace.git] / cli / babeltrace-cfg.h
index d5559cae2b1d41a4f8e0333aa149f6e0f54e8423..b63c6c5ced2e130f7e6cbe281638058b53f6294a 100644 (file)
@@ -132,8 +132,8 @@ struct bt_config_component *bt_config_get_component(GPtrArray *array,
        return bt_object_get_ref(g_ptr_array_index(array, index));
 }
 
-enum bt_value_status bt_config_append_plugin_paths(
-               struct bt_private_value *plugin_paths, const char *arg);
+int bt_config_append_plugin_paths(struct bt_private_value *plugin_paths,
+               const char *arg);
 
 void bt_config_connection_destroy(struct bt_config_connection *connection);
 
This page took 0.024258 seconds and 4 git commands to generate.