Hide filter creation functions
[babeltrace.git] / include / babeltrace / component / component-filter-internal.h
index 1d4cc9a78a2ca84bffccbffc7713785f6b3910a8..72bbbab1df1f58765e0c75d85d2b0d6ae03cd4ee 100644 (file)
@@ -59,4 +59,18 @@ BT_HIDDEN
 enum bt_component_status bt_component_filter_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_filter_create_notification_iterator(
+               struct bt_component *component);
+
+BT_HIDDEN
+struct bt_notification_iterator *bt_component_filter_create_notification_iterator_with_init_method_data(
+        struct bt_component *component, void *init_method_data);
+
 #endif /* BABELTRACE_COMPONENT_FILTER_INTERNAL_H */
This page took 0.022614 seconds and 4 git commands to generate.