Hide source iterator creation functions
[babeltrace.git] / lib / component / source.c
index 0baa3f9b7fdcc4ae695a5a2283a080adab66f637..adbf8ed724dd32d5e1e9e8ec91b218de2fb041cf 100644 (file)
@@ -102,12 +102,14 @@ error:
        goto end;
 }
 
+BT_HIDDEN
 struct bt_notification_iterator *bt_component_source_create_notification_iterator(
                struct bt_component *component)
 {
        return bt_component_create_iterator(component, NULL);
 }
 
+BT_HIDDEN
 struct bt_notification_iterator *bt_component_source_create_notification_iterator_with_init_method_data(
                struct bt_component *component, void *init_method_data)
 {
This page took 0.023778 seconds and 4 git commands to generate.