lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / include / babeltrace / graph / notification-packet.h
index b56e9e7a112f97214f64203ec0107865cd057b0a..ac293baa3c96e0a3a1f533ea9e95f4a2631dcf4a 100644 (file)
@@ -34,7 +34,7 @@ struct bt_self_notification_iterator;
 struct bt_packet;
 
 extern
-struct bt_notification *bt_notification_packet_begin_create(
+struct bt_notification *bt_notification_packet_beginning_create(
                struct bt_self_notification_iterator *notification_iterator,
                struct bt_packet *packet);
 
@@ -43,7 +43,7 @@ struct bt_notification *bt_notification_packet_end_create(
                struct bt_self_notification_iterator *notification_iterator,
                struct bt_packet *packet);
 
-extern struct bt_packet *bt_notification_packet_begin_borrow_packet(
+extern struct bt_packet *bt_notification_packet_beginning_borrow_packet(
                struct bt_notification *notification);
 
 extern struct bt_packet *bt_notification_packet_end_borrow_packet(
This page took 0.022001 seconds and 4 git commands to generate.