From f39e5ebe418e880226ced90a58ef97736135e4eb Mon Sep 17 00:00:00 2001 From: sanjeev Date: Thu, 16 Feb 2012 08:28:22 +0000 Subject: [PATCH] Documentation fixes for elm_photo. Signed-off-by: Sanjeev BA git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68012 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_photo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/elm_photo.h b/src/lib/elm_photo.h index 529e152..9228c23 100644 --- a/src/lib/elm_photo.h +++ b/src/lib/elm_photo.h @@ -1,14 +1,14 @@ /** * @defgroup Photo Photo * - * For displaying the photo of a person (contact). Simple, yet + * For displaying a photo, for ex., a person (contact). Simple, yet * with a very specific purpose. * * Signals that you can add callbacks for are: * * "clicked" - This is called when a user has clicked the photo - * "drag,start" - Someone started dragging the image out of the object - * "drag,end" - Dragged item was dropped (somewhere) + * "drag,start" - dragging the image out of the photo object + * "drag,end" - Drop the dragged item * * @{ */ @@ -39,7 +39,7 @@ EAPI Eina_Bool elm_photo_file_set(Evas_Object *obj, const char *file); * Set the file that will be used as thumbnail in the photo. * * @param obj The photo object. - * @param file The path to file that will be used as thumb. + * @param file The path to file that will be used as thumbnail. * @param group The key used in case of an EET file. * * @ingroup Photo @@ -50,7 +50,7 @@ EAPI void elm_photo_thumb_set(const Evas_Object *obj, const char *file, con * Set the size that will be used on the photo * * @param obj The photo object - * @param size The size that the photo will be + * @param size The size of the photo * * @ingroup Photo */ @@ -97,7 +97,7 @@ EAPI void elm_photo_editable_set(Evas_Object *obj, Eina_Bool set); EAPI void elm_photo_aspect_fixed_set(Evas_Object *obj, Eina_Bool fixed); /** - * Get if the object fixes the original aspect ratio. + * Get if the object keeps the original aspect ratio. * * @param obj The photo object. * @return @c EINA_TRUE if the object keeps the original aspect, @c EINA_FALSE -- 2.7.4