lib: make plugin API const-correct
[babeltrace.git] / include / babeltrace / graph / private-notification-event.h
index 8a046198df069741be834cbe84e321c9e92d5a03..6051286b705200a81ed0f0d9d2fbc6897f36aea3 100644 (file)
@@ -30,18 +30,18 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
-struct bt_private_event;
-struct bt_private_packet;
-struct bt_private_event_class;
+struct bt_self_notification_iterator;
+struct bt_event;
+struct bt_packet;
+struct bt_event_class;
 
 extern
 struct bt_private_notification *bt_private_notification_event_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
-               struct bt_private_event_class *event_class,
-               struct bt_private_packet *packet);
+               struct bt_self_notification_iterator *notification_iterator,
+               struct bt_event_class *event_class,
+               struct bt_packet *packet);
 
-extern struct bt_private_event *
+extern struct bt_event *
 bt_private_notification_event_borrow_event(
                struct bt_private_notification *notification);
 
This page took 0.023333 seconds and 4 git commands to generate.