diff options
Diffstat (limited to 'src/uca-grabber.h')
-rw-r--r-- | src/uca-grabber.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/uca-grabber.h b/src/uca-grabber.h index ac2b955..0704610 100644 --- a/src/uca-grabber.h +++ b/src/uca-grabber.h @@ -19,15 +19,15 @@ typedef uint32_t (*uca_grabber_destroy) (struct uca_grabber_t *grabber); /** * \brief Set a property * \param[in] property_name Name of the property as defined in XXX - * \return UCA_ERR_PROP_INVALID if property is not supported on the camera or - * UCA_ERR_PROP_VALUE_OUT_OF_RANGE if value cannot be set. + * \return UCA_ERR_PROP_INVALID if property is not supported on the frame + * grabber or UCA_ERR_PROP_VALUE_OUT_OF_RANGE if value cannot be set. */ typedef uint32_t (*uca_grabber_set_property) (struct uca_grabber_t *grabber, enum uca_property_ids property, void *data); /** * \brief Set a property * \param[in] property_name Name of the property as defined in XXX - * \return UCA_ERR_PROP_INVALID if property is not supported on the camera + * \return UCA_ERR_PROP_INVALID if property is not supported on the frame grabber */ typedef uint32_t (*uca_grabber_get_property) (struct uca_grabber_t *grabber, enum uca_property_ids property, void *data); |