summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clutter-gst/clutter-gst-camera-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter-gst/clutter-gst-camera-device.c b/clutter-gst/clutter-gst-camera-device.c
index 71b830b..2b6c5c3 100644
--- a/clutter-gst/clutter-gst-camera-device.c
+++ b/clutter-gst/clutter-gst-camera-device.c
@@ -466,8 +466,8 @@ clutter_gst_camera_device_get_supported_resolutions (ClutterGstCameraDevice *dev
/**
* clutter_gst_camera_device_get_capture_resolution:
* @device: a #ClutterGstCameraDevice
- * @width: Pointer to store the current capture resolution width
- * @height: Pointer to store the current capture resolution height
+ * @width: (out): Pointer to store the current capture resolution width
+ * @height: (out): Pointer to store the current capture resolution height
*
* Retrieve the current capture resolution being used by @device.
*/