summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2015-11-28 10:26:08 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2015-12-10 15:24:24 +0000
commit092db061185f9d8fa88d5940baae2f4d1e7e20c6 (patch)
tree843a06172e2ac80c4e09e9d14b65d7abc04a6b7a
parent0eabcb1526d0e32665f036652cacf0f0ce052dca (diff)
downloadclutter-gst-092db061185f9d8fa88d5940baae2f4d1e7e20c6.tar.gz
CameraDevice: add (out) annotation to get_capture_resolution parameters
Required to allow Python to use method via GObject Introspection Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758770
-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.
*/