mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 00:55:07 +03:00
libcamera: event_notifier: Fix signature typo setEnabled() in documentation
Signed-off-by: Umang Jain <email@uajain.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
565f95d64f
commit
e349cb0f8a
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ namespace libcamera {
|
|||
* multiple event types on the same file descriptor multiple notifiers must be
|
||||
* created.
|
||||
*
|
||||
* The notifier can be disabled with the setEnable() function. When the notifier
|
||||
* The notifier can be disabled with the setEnabled() function. When the notifier
|
||||
* is disabled it ignores events and does not emit the \ref activated signal.
|
||||
* The notifier can then be re-enabled with the setEnable() function.
|
||||
* The notifier can then be re-enabled with the setEnabled() function.
|
||||
*
|
||||
* Creating multiple notifiers of the same type for the same file descriptor is
|
||||
* not allowed and results in undefined behaviour.
|
||||
|
@ -90,7 +90,7 @@ EventNotifier::~EventNotifier()
|
|||
* \fn EventNotifier::enabled()
|
||||
* \brief Retrieve the notifier state
|
||||
* \return True if the notifier is enabled, or false otherwise
|
||||
* \sa setEnable()
|
||||
* \sa setEnabled()
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue