Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index 888ab0381366338687f50330ec0271ff36bc87ec..563a5fd04e2372f3599e3a5d1d212c71bc01e531 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_object_get_ref() */
-#include <babeltrace/object.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct bt_notification;
-struct bt_private_connection_private_notification_iterator;
 struct bt_event;
-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);
 
 extern struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notification);
This page took 0.024895 seconds and 4 git commands to generate.