requests(CreateSource): fix docs

This commit is contained in:
Stéphane Lepin 2020-11-27 19:38:55 +01:00
parent eaf34f3c3a
commit 60ce25c689

View File

@ -25,7 +25,7 @@ bool isTextFreeType2Source(const QString& sourceKind)
* @param {String} `sourceKind` Source kind, Eg. `vlc_source`. * @param {String} `sourceKind` Source kind, Eg. `vlc_source`.
* @param {String} `sceneName` Scene to add the new source to. * @param {String} `sceneName` Scene to add the new source to.
* @param {Object (optional)} `sourceSettings` Source settings data. * @param {Object (optional)} `sourceSettings` Source settings data.
* @param {boolean (optional)} `setVisible` Set the created SceneItem as visible or not. * @param {boolean (optional)} `setVisible` Set the created SceneItem as visible or not. Defaults to true
* *
* @return {int} `itemId` ID of the SceneItem in the scene. * @return {int} `itemId` ID of the SceneItem in the scene.
* *