Rename *create_iterator*() -> *create_notification_iterator*()
[babeltrace.git] / lib / component / source.c
index 7f4627637837416eea6e9136ae017b9d1b3a72ee..393b12f8b322907fcbbc6ef8239f762a7d57bf51 100644 (file)
@@ -80,13 +80,13 @@ end:
        return source ? &source->parent : NULL;
 }
 
-struct bt_notification_iterator *bt_component_source_create_iterator(
+struct bt_notification_iterator *bt_component_source_create_notification_iterator(
                struct bt_component *component)
 {
        return bt_component_create_iterator(component, NULL);
 }
 
-struct bt_notification_iterator *bt_component_source_create_iterator_with_init_method_data(
+struct bt_notification_iterator *bt_component_source_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.030611 seconds and 4 git commands to generate.