libcamera: object: Fix thread-bound reference in documentation
The Object::message() function is documented as thread-bound without using the correct \threadbound reference. Fix it to ensure it gets included in the thread safety context list. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
This commit is contained in:
parent
64502c8d4a
commit
fc4ded714d
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ void Object::message(Message *msg)
|
|||
* Moving an object that has a parent is not allowed, and causes undefined
|
||||
* behaviour.
|
||||
*
|
||||
* \context This function is thread-bound.
|
||||
* \context This function is \threadbound.
|
||||
*/
|
||||
void Object::moveToThread(Thread *thread)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue