lib: add sink component class's "graph is configured" method
[babeltrace.git] / plugins / text / pretty / pretty.h
index d9e03c90ce7e0343566bfa1e06d08dd3314aab09..e1027277a4269a814bb2ce27b3fef0b0b9a9ca4c 100644 (file)
@@ -114,10 +114,8 @@ bt_self_component_status pretty_consume(
                bt_self_component_sink *component);
 
 BT_HIDDEN
-bt_self_component_status pretty_port_connected(
-               bt_self_component_sink *component,
-               bt_self_component_port_input *self_port,
-               const bt_port_output *other_port);
+bt_self_component_status pretty_graph_is_configured(
+               bt_self_component_sink *component);
 
 BT_HIDDEN
 void pretty_finalize(bt_self_component_sink *component);
This page took 0.02489 seconds and 4 git commands to generate.