pub fn query_nodes(
selector: Option<NodeSelector<'_>>,
monitor_selector: Option<MonitorSelector<'_>>,
desktop_selector: Option<DesktopSelector<'_>>,
node_selector: Option<NodeSelector<'_>>,
) -> Result<Vec<Id>, ReplyError>Expand description
Returns ids of the nodes, that match certain criteria