lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index a504da948d2dd56e1f1f92a45a5471b602474dcd..9c3033a128d118d9c9a832b4196acb0be7f36507 100644 (file)
@@ -287,7 +287,7 @@ void bt_notif_iter_destroy(struct bt_notif_iter *notif_iter);
 BT_HIDDEN
 enum bt_notif_iter_status bt_notif_iter_get_next_notification(
                struct bt_notif_iter *notit,
-               struct bt_private_connection_private_notification_iterator *notif_iter,
+               struct bt_self_notification_iterator *notif_iter,
                struct bt_notification **notification);
 
 /**
@@ -352,7 +352,7 @@ off_t bt_notif_iter_get_current_packet_size(
  * Resets the iterator so that the next requested medium bytes are
  * assumed to be the first bytes of a new stream. The first notification
  * which this iterator emits after calling bt_notif_iter_reset() is a
- * BT_NOTIFICATION_TYPE_STREAM_BEGIN one.
+ * BT_NOTIFICATION_TYPE_STREAM_BEGINNING one.
  */
 BT_HIDDEN
 void bt_notif_iter_reset(struct bt_notif_iter *notit);
This page took 0.024626 seconds and 4 git commands to generate.