lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / self-component-port-input.h
index a133059f04457097cf359a79389b8d3dca4a6638..d25e114479890fd8077e9a04ec12c40b60a2c486 100644 (file)
@@ -36,14 +36,14 @@ struct bt_self_component_port_input;
 
 static inline
 struct bt_self_component_port *
-bt_self_component_port_input_borrow_self_component_port(
+bt_self_component_port_input_as_self_component_port(
                struct bt_self_component_port_input *self_component_port)
 {
        return (void *) self_component_port;
 }
 
 static inline
-struct bt_port_input *bt_self_component_port_input_borrow_port_input(
+struct bt_port_input *bt_self_component_port_input_as_port_input(
                struct bt_self_component_port_input *self_component_port)
 {
        return (void *) self_component_port;
This page took 0.023101 seconds and 4 git commands to generate.