Split notification iterator API into base and specialized functions
[babeltrace.git] / include / babeltrace / graph / component-class-filter.h
index aa9b6c0bcfa019d2f1fe26524f8d44c5b0efefcc..b7e28c123b9403638bbc8071ef2418a8182eb406 100644 (file)
@@ -35,20 +35,20 @@ struct bt_component_class;
 
 extern
 struct bt_component_class *bt_component_class_filter_create(const char *name,
-               bt_component_class_notification_iterator_next_method notification_iterator_next_method);
+               bt_component_class_notification_iterator_next_method method);
 
 extern
 int bt_component_class_filter_set_notification_iterator_init_method(
                struct bt_component_class *component_class,
-               bt_component_class_notification_iterator_init_method notification_iterator_init_method);
+               bt_component_class_notification_iterator_init_method method);
 
 extern
 int bt_component_class_filter_set_notification_iterator_finalize_method(
                struct bt_component_class *component_class,
-               bt_component_class_notification_iterator_finalize_method notification_iterator_finalize_method);
+               bt_component_class_notification_iterator_finalize_method method);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACEGRAPHCOMPONENT_COMPONENT_CLASS_FILTER_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_CLASS_FILTER_H */
This page took 0.025231 seconds and 4 git commands to generate.