lib: make graph API const-correct
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index 46a81cc202e4db5d503013800f152355774e8987..7fb9c0904ba5014e12b413771c689b2b89ec7460 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_EVENT_H
 
 /*
- * BabelTrace - Plug-in Event Notification
- *
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
  * SOFTWARE.
  */
 
-/* For bt_get() */
-#include <babeltrace/ref.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_notification;
-struct bt_private_connection_private_notification_iterator;
+struct bt_self_notification_iterator;
 struct bt_event;
+struct bt_packet;
 struct bt_event_class;
 
 extern
 struct bt_notification *bt_notification_event_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
-               struct bt_event_class *event_class, struct bt_packet *packet);
+               struct bt_self_notification_iterator *notification_iterator,
+               struct bt_event_class *event_class,
+               struct bt_packet *packet);
 
 extern struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notification);
This page took 0.023073 seconds and 4 git commands to generate.