Introduce public component class interface
[babeltrace.git] / include / babeltrace / plugin / component-factory.h
index 3612d54158c4ecbe7e146afb00c650af343e215f..cc52aabc1d0730b55d3a431e769ea0e3773f9907 100644 (file)
@@ -76,10 +76,18 @@ extern struct bt_component_factory *bt_component_factory_create(void);
 
 /**
  * Get the list of components registered to this factory.
+ *
+ * @param factory      Component factory
  */
 extern struct bt_value *bt_component_factory_get_components(
                struct bt_component_factory *factory);
 
+/**
+ * .
+ */
+extern struct bt_value *bt_component_factory_create_component(
+               struct bt_component_factory *factory);
+
 /**
  * Recursively load and register Babeltrace plugins under a given path.
  *
This page took 0.038349 seconds and 4 git commands to generate.