Add bt_graph_add_component(), make bt_component_create() internal
[babeltrace.git] / include / babeltrace / graph / component-filter-internal.h
index 15db1bb6b97f724e214c18235c32d564080ec101..38a1a240acc9f8942bc004580f9d1521d5b74412 100644 (file)
@@ -46,19 +46,9 @@ struct bt_component_filter {
  */
 BT_HIDDEN
 struct bt_component *bt_component_filter_create(
-               struct bt_component_class *class, struct bt_value *params);
+               struct bt_component_class *class);
 
 BT_HIDDEN
 void bt_component_filter_destroy(struct bt_component *component);
 
-/**
- * Validate a filter component.
- *
- * @param component            Filter component instance to validate
- * @returns                    One of #bt_component_status
- */
-BT_HIDDEN
-enum bt_component_status bt_component_filter_validate(
-               struct bt_component *component);
-
 #endif /* BABELTRACE_COMPONENT_FILTER_INTERNAL_H */
This page took 0.023214 seconds and 4 git commands to generate.