[clutter-gst/clutter-gst-3.0] CameraDevice: add (out) annotation to get_capture_resolution parameters



commit 092db061185f9d8fa88d5940baae2f4d1e7e20c6
Author: Chris Mayo <aklhfex gmail com>
Date:   Sat Nov 28 10:26:08 2015 +0000

    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

 clutter-gst/clutter-gst-camera-device.c |    4 ++--
 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.
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]