bt_query_executor_create_with_method_data(): fix docs note
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 9 Aug 2023 08:01:01 +0000 (04:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 9 Aug 2023 08:04:43 +0000 (04:04 -0400)
The bt_graph_add_*_component*() functions accept a `params` parameter,
not the bt_graph_add_*_component_*_port_added_listener() ones.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ib2b8fa0177a8915d344ccaf3e55c05d3c939d2ca
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10559

include/babeltrace2/graph/query-executor.h

index d4ef58f97ab2a6c6b2b6c7682f5afebd45bc328c..999aa0ab12a2bc562ff0e3da6691aa80fe44874e 100644 (file)
@@ -173,7 +173,7 @@ executor, the query method of \bt_p{component_class} receives:
     to create.
 
     Unlike the \bt_p{params} parameter of
-    the <code>bt_graph_add_*_component_*_port_added_listener()</code>
+    the <code>bt_graph_add_*_component*()</code>
     functions (see \ref api-graph), this parameter does not need to
     be a \bt_map_val.
 
This page took 0.024737 seconds and 4 git commands to generate.