Rename *create_iterator*() -> *create_notification_iterator*()
[babeltrace.git] / include / babeltrace / component / component-source.h
index 5ada76d512ee077a6594114c57765dda0a559cff..662fe39d8f5f0f43f6c72c79cf29fc6994c916e8 100644 (file)
@@ -44,11 +44,11 @@ struct bt_notification_iterator;
  * @returns            Notification iterator instance
  */
 extern
-struct bt_notification_iterator *bt_component_source_create_iterator(
+struct bt_notification_iterator *bt_component_source_create_notification_iterator(
                struct bt_component *component);
 
 extern
-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);
 
 #ifdef __cplusplus
This page took 0.022822 seconds and 4 git commands to generate.