bt2: add create_plugin_from_name()
[babeltrace.git] / bindings / python / bt2 / native_btplugin.i
index 9b1bb56fe74fcddc03a36c1afe6b62e605cb6257..95164f1bc800192ddfa299d2a6346d8a93e71a0b 100644 (file)
@@ -52,6 +52,7 @@ struct bt_component_class *bt_plugin_get_component_class(
 struct bt_component_class *bt_plugin_get_component_class_by_name_and_type(
                struct bt_plugin *plugin, const char *name,
                enum bt_component_class_type type);
+struct bt_plugin *bt_plugin_create_from_name(const char *plugin_name);
 
 %{
 static PyObject *bt_py3_plugin_ptrs_list_from_bt_plugins(struct bt_plugin **plugins)
This page took 0.025529 seconds and 4 git commands to generate.