Visibility: split graph API into public and private interfaces
[babeltrace.git] / include / babeltrace / component / component-source-internal.h
index 458cc7d28bfc2465990a900513093f431d8cfa7b..0a68e8a50cdd3d7566b266eba80409c0f71ab2b4 100644 (file)
@@ -61,18 +61,4 @@ BT_HIDDEN
 enum bt_component_status bt_component_source_validate(
                struct bt_component *component);
 
-/**
- * Create an iterator on a component instance.
- *
- * @param component    Component instance
- * @returns            Notification iterator instance
- */
-BT_HIDDEN
-struct bt_notification_iterator *bt_component_source_create_notification_iterator(
-               struct bt_component *component);
-
-BT_HIDDEN
-struct bt_notification_iterator *bt_component_source_create_notification_iterator_with_init_method_data(
-        struct bt_component *component, void *init_method_data);
-
 #endif /* BABELTRACE_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.023583 seconds and 4 git commands to generate.