Rename *create_iterator*() -> *create_notification_iterator*()
[babeltrace.git] / lib / component / filter.c
index dc170e3664c22fde551683159bc3cc33e947d6fe..153e38f2c69f4c83b6522f043ef98a54219b06fe 100644 (file)
@@ -180,13 +180,13 @@ end:
        return ret;
 }
 
-struct bt_notification_iterator *bt_component_filter_create_iterator(
+struct bt_notification_iterator *bt_component_filter_create_notification_iterator(
                struct bt_component *component)
 {
        return bt_component_create_iterator(component, NULL);
 }
 
-struct bt_notification_iterator *bt_component_filter_create_iterator_with_init_method_data(
+struct bt_notification_iterator *bt_component_filter_create_notification_iterator_with_init_method_data(
                struct bt_component *component, void *init_method_data)
 {
        return bt_component_create_iterator(component, init_method_data);
This page took 0.024175 seconds and 4 git commands to generate.