Visibility: split graph API into public and private interfaces
[babeltrace.git] / include / babeltrace / component / connection.h
index 7bcebcb874f370444f1d8674c6494865204def73..4fe1d4c31052c03b9395d91523082619bd269102 100644 (file)
@@ -35,15 +35,12 @@ struct bt_component;
 struct bt_connection;
 
 /* Returns the "downstream" input port. */
-extern struct bt_port *bt_connection_get_input_port(
+extern struct bt_port *bt_connection_get_downstream_port(
                struct bt_connection *connection);
 /* Returns the "upstream" output port. */
-extern struct bt_port *bt_connection_get_output_port(
+extern struct bt_port *bt_connection_get_upstream_port(
                struct bt_connection *connection);
 
-extern struct bt_notification_iterator *
-bt_connection_create_notification_iterator(struct bt_connection *connection);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.027657 seconds and 4 git commands to generate.