diff options
Diffstat (limited to 'src/uca-camera.c')
-rw-r--r-- | src/uca-camera.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uca-camera.c b/src/uca-camera.c index cf37017..8d83b2c 100644 --- a/src/uca-camera.c +++ b/src/uca-camera.c @@ -64,6 +64,7 @@ G_DEFINE_TYPE(UcaCamera, uca_camera, G_TYPE_OBJECT) * @UCA_CAMERA_ERROR_NOT_IMPLEMENTED: Virtual function is not implemented * @UCA_CAMERA_ERROR_WRONG_WRITE_METADATA: Meta data specified in the name * argument of the write method is not correct. + * @UCA_CAMERA_ERROR_TIMEOUT: Generic timeout error * @UCA_CAMERA_ERROR_END_OF_STREAM: Data stream has ended. */ GQuark uca_camera_error_quark() |