diff options
Diffstat (limited to 'src/uca-camera.c')
-rw-r--r-- | src/uca-camera.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uca-camera.c b/src/uca-camera.c index 99ff51e..48a35b1 100644 --- a/src/uca-camera.c +++ b/src/uca-camera.c @@ -66,6 +66,8 @@ G_DEFINE_TYPE(UcaCamera, uca_camera, G_TYPE_OBJECT) * 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. + * @UCA_CAMERA_ERROR_DEVICE: Device-specific error. This is used if the plugin + * does not use its own error codes. */ GQuark uca_camera_error_quark() { |