lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / self-component-filter.h
index ad23cdeeb43bf741db46142aec893e17dc56cc55..4aef3cccf683b0064dca54e3671f1364dd682435 100644 (file)
@@ -39,7 +39,7 @@ struct bt_self_component_port_input;
 struct bt_self_component_port_output;
 
 static inline
-struct bt_self_component *bt_self_component_filter_borrow_self_component(
+struct bt_self_component *bt_self_component_filter_as_self_component(
                struct bt_self_component_filter *self_comp_filter)
 {
        return (void *) self_comp_filter;
@@ -47,7 +47,7 @@ struct bt_self_component *bt_self_component_filter_borrow_self_component(
 
 static inline
 struct bt_component_filter *
-bt_self_component_filter_borrow_component_filter(
+bt_self_component_filter_as_component_filter(
                struct bt_self_component_filter *self_comp_filter)
 {
        return (void *) self_comp_filter;
This page took 0.024547 seconds and 4 git commands to generate.