lib: make trace IR API const-correct
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index 07559581373d542dbfcc99f5d2a23777914f88e7..3bcc6c88284a590bcd435e213e7afd5ce82b7cfd 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_event;
-struct bt_event_class;
-
-extern
-struct bt_notification *bt_notification_event_create(struct bt_graph *graph,
-               struct bt_event_class *event_class, struct bt_packet *packet);
 
-extern struct bt_event *bt_notification_event_borrow_event(
+extern const struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.024387 seconds and 4 git commands to generate.