From af712e43697b65f17dd57af7acb032b56f37b77e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 13 Nov 2012 18:25:40 +0000 Subject: [PATCH] elm elm_object.h: Fixed documentation and added more description. SVN revision: 79240 --- legacy/elementary/src/lib/elm_object.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/src/lib/elm_object.h b/legacy/elementary/src/lib/elm_object.h index 9445ce6dc5..9e17fb8298 100644 --- a/legacy/elementary/src/lib/elm_object.h +++ b/legacy/elementary/src/lib/elm_object.h @@ -37,13 +37,14 @@ EAPI const char *elm_object_part_text_get(const Evas_Object *ob * @param content The new content for that part * * All widgets deriving from the @ref elm-container-class may hold - * child objects as content at given parts. This sets new content to + * child objects as content at given parts. This sets new content to * a given part. If any object was already set as a content object in * the same part, the previous object will be deleted automatically - * with this call. If you wish to preserve it, issue + * with this call. If the @content is NULL, this call will just delete the + * previous object. If the If you wish to preserve it, issue * elm_object_part_content_unset() on it first. * - * @see elm_object_part_content_set() + * @see elm_object_part_content_get() * * @ingroup General */