lib: Reset libbabeltrace2 to SONANE 0
[babeltrace.git] / include / babeltrace / graph / component-internal.h
index 49c62d3fe7ef2df33c7029004c9fa81fd15bac7f..452e6c5aa5c9bbb735ed22a86b44d8cf65dfa530 100644 (file)
@@ -89,10 +89,6 @@ enum bt_self_component_status bt_component_port_connected(
                struct bt_component *comp,
                struct bt_port *self_port, struct bt_port *other_port);
 
-BT_HIDDEN
-void bt_component_port_disconnected(struct bt_component *comp,
-               struct bt_port *port);
-
 BT_HIDDEN
 void bt_component_set_graph(struct bt_component *component,
                struct bt_graph *graph);
@@ -120,14 +116,14 @@ struct bt_port_output *bt_component_borrow_output_port_by_name(
                struct bt_component *comp, const char *name);
 
 BT_HIDDEN
-struct bt_port_input *bt_component_add_input_port(
+enum bt_self_component_status bt_component_add_input_port(
                struct bt_component *component, const char *name,
-               void *user_data);
+               void *user_data, struct bt_port **port);
 
 BT_HIDDEN
-struct bt_port_output *bt_component_add_output_port(
+enum bt_self_component_status bt_component_add_output_port(
                struct bt_component *component, const char *name,
-               void *user_data);
+               void *user_data, struct bt_port **port);
 
 BT_HIDDEN
 void bt_component_remove_port(struct bt_component *component,
This page took 0.023664 seconds and 4 git commands to generate.