lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / self-component-sink.h
index b98e764b71535deaa14d93e1b805ff5c8bdf75cb..bdb76c8a44556ad92a27720fa1dd87c6f84f730f 100644 (file)
@@ -38,7 +38,7 @@ struct bt_self_component_sink;
 struct bt_self_component_port_input;
 
 static inline
-struct bt_self_component *bt_self_component_sink_borrow_self_component(
+struct bt_self_component *bt_self_component_sink_as_self_component(
                struct bt_self_component_sink *self_comp_sink)
 {
        return (void *) self_comp_sink;
@@ -46,7 +46,7 @@ struct bt_self_component *bt_self_component_sink_borrow_self_component(
 
 static inline
 struct bt_component_sink *
-bt_self_component_sink_borrow_component_sink(
+bt_self_component_sink_as_component_sink(
                struct bt_self_component_sink *self_comp_sink)
 {
        return (void *) self_comp_sink;
This page took 0.023494 seconds and 4 git commands to generate.