summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2012-08-10 09:44:37 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2012-08-10 12:29:44 +0200
commitf48207f2cee38925ee0793542833dcf573cada42 (patch)
treecf8a5530f1f0a1a3271e0a540596a0ef99df07f8
parentf85382ee66635ff66bce16588410ea4cdb54e3d2 (diff)
downloadgrilo-f48207f2cee38925ee0793542833dcf573cada42.tar.gz
core: Fix typos in documentation
-rw-r--r--src/data/grl-media-image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/grl-media-image.c b/src/data/grl-media-image.c
index 12d0993..619ddc0 100644
--- a/src/data/grl-media-image.c
+++ b/src/data/grl-media-image.c
@@ -410,7 +410,7 @@ grl_media_image_get_iso_speed (GrlMediaImage *image)
}
/**
- * grl_media_set_iso_speed:
+ * grl_media_image_set_iso_speed:
* @image: the image instance
* @iso_speed: picture's iso speed
*
@@ -443,7 +443,7 @@ grl_media_image_get_orientation (GrlMediaImage *image)
}
/**
- * grl_media_set_orientation:
+ * grl_media_image_set_orientation:
* @image: the image instance
* @orientation: degrees clockwise orientation of the picture
*