summaryrefslogtreecommitdiff
path: root/clutter-gst/clutter-gst-camera-device.c
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-01-31 16:35:21 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-18 16:24:19 +0000
commit9594b928f0d0428c5a8f2b5261af541913e4be84 (patch)
treeada3d46ca8a3a19c4fd377d0710533230c6adcd1 /clutter-gst/clutter-gst-camera-device.c
parente3a32a8192f7b5f40dd99770d4f320e4d2f361af (diff)
downloadclutter-gst-9594b928f0d0428c5a8f2b5261af541913e4be84.tar.gz
fix introspection warnings
Diffstat (limited to 'clutter-gst/clutter-gst-camera-device.c')
-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 56bfb45..71b830b 100644
--- a/clutter-gst/clutter-gst-camera-device.c
+++ b/clutter-gst/clutter-gst-camera-device.c
@@ -382,7 +382,7 @@ clutter_gst_camera_device_class_init (ClutterGstCameraDeviceClass *klass)
* ClutterGstCameraDevice::capture-resolution-changed:
* @device: the device which received the signal
* @width: The new width
- * @width: The new height
+ * @height: The new height
*
* The ::capture-resolution-changed signal is emitted whenever the value of
* clutter_gst_camera_device_get_capture_resolution changes.
@@ -452,7 +452,7 @@ clutter_gst_camera_device_get_name (ClutterGstCameraDevice *device)
*
* Retrieve the supported resolutions of the @device.
*
- * Return value: (transfer none): an array of #ClutterGstVideoResolution with the
+ * Return value: (transfer none) (element-type ClutterGst.VideoResolution): an array of #ClutterGstVideoResolution with the
* supported resolutions.
*/
const GPtrArray *