From 9734640065c7fb1674d13f7e1e2ab62f54bde567 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 9 Aug 2023 04:01:01 -0400 Subject: [PATCH] bt_query_executor_create_with_method_data(): fix docs note 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 Change-Id: Ib2b8fa0177a8915d344ccaf3e55c05d3c939d2ca Reviewed-on: https://review.lttng.org/c/babeltrace/+/10559 --- include/babeltrace2/graph/query-executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace2/graph/query-executor.h b/include/babeltrace2/graph/query-executor.h index d4ef58f9..999aa0ab 100644 --- a/include/babeltrace2/graph/query-executor.h +++ b/include/babeltrace2/graph/query-executor.h @@ -173,7 +173,7 @@ executor, the query method of \bt_p{component_class} receives: to create. Unlike the \bt_p{params} parameter of - the bt_graph_add_*_component_*_port_added_listener() + the bt_graph_add_*_component*() functions (see \ref api-graph), this parameter does not need to be a \bt_map_val. -- 2.34.1