lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / include / babeltrace / graph / notification-stream-const.h
index f0fd960c9e15ab6bbbbf8c97dd574aa6feec5579..d04c0820ad86ee77de0e5dd02b61894b47833975 100644 (file)
@@ -34,11 +34,11 @@ struct bt_self_notification_iterator;
 struct bt_clock_value;
 struct bt_stream;
 
-extern const struct bt_stream *bt_notification_stream_begin_borrow_stream_const(
+extern const struct bt_stream *bt_notification_stream_beginning_borrow_stream_const(
                const struct bt_notification *notification);
 
 extern const struct bt_clock_value *
-bt_notification_stream_begin_borrow_default_clock_value_const(
+bt_notification_stream_beginning_borrow_default_clock_value_const(
                const struct bt_notification *notif);
 
 extern const struct bt_stream *bt_notification_stream_end_borrow_stream_const(
This page took 0.024367 seconds and 4 git commands to generate.