doc: Fix Device::Info id field type in protocol documentation

This commit is contained in:
Arun Raghavan 2025-08-22 21:57:57 -04:00
parent 2958692eca
commit d991be6a26

View file

@ -712,7 +712,7 @@ The info event is emitted when binding or when the device information changed.
): props ): props
Struct( Struct(
Int: n_params Int: n_params
( Int: id ( Id: id
Int: flags )* Int: flags )*
): param_info ): param_info
) )