From: Philippe Proulx Date: Wed, 9 Aug 2023 08:01:01 +0000 (-0400) Subject: bt_query_executor_create_with_method_data(): fix docs note X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=9734640065c7fb1674d13f7e1e2ab62f54bde567 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 --- 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.