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:05:31 +0000 (04:05 -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
(cherry picked from commit 9734640065c7fb1674d13f7e1e2ab62f54bde567)
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10566

include/babeltrace2/graph/query-executor.h

index a3d1c6376bbb88bf6ab57b27d868b3525a50e612..8bfdd0f043af2115b54f726232c0a4c510a8dfb5 100644 (file)
@@ -189,7 +189,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.027545 seconds and 4 git commands to generate.