lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / lib / graph / graph.c
index 3ba2321e5572c72a31f49af76469995ba62fb2f0..db88e333c5dfbe7b34b218f9b5069acbb380f5b5 100644 (file)
@@ -293,7 +293,7 @@ static
 void destroy_notification_packet_begin(struct bt_notification *notif,
                struct bt_graph *graph)
 {
-       bt_notification_packet_begin_destroy(notif);
+       bt_notification_packet_beginning_destroy(notif);
 }
 
 static
@@ -464,7 +464,7 @@ struct bt_graph *bt_graph_create(void)
        }
 
        ret = bt_object_pool_initialize(&graph->packet_begin_notif_pool,
-               (bt_object_pool_new_object_func) bt_notification_packet_begin_new,
+               (bt_object_pool_new_object_func) bt_notification_packet_beginning_new,
                (bt_object_pool_destroy_object_func) destroy_notification_packet_begin,
                graph);
        if (ret) {
This page took 0.022737 seconds and 4 git commands to generate.