lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / include / babeltrace / graph / self-component-port-input-notification-iterator.h
index 5bfb71049f911fb60ec12886e2da11da4f865d93..fd7e02fcab44fa779da1e0f39ba7e0c016a384c2 100644 (file)
@@ -42,7 +42,7 @@ struct bt_self_component_port_input;
 
 static inline
 struct bt_notification_iterator *
-bt_self_component_port_input_notification_iterator_borrow_notification_iterator(
+bt_self_component_port_input_notification_iterator_as_notification_iterator(
                struct bt_self_component_port_input_notification_iterator *iterator)
 {
        return (void *) iterator;
This page took 0.02259 seconds and 4 git commands to generate.