elm_layout_legacy.h: added missing ingroup for layout documentation.

This commit is contained in:
Daniel Juyung Seo 2013-06-18 03:15:50 +09:00
parent 515b1ec64a
commit a070c90ca1
1 changed files with 4 additions and 0 deletions

View File

@ -603,6 +603,8 @@ EAPI Evas_Object *elm_layout_content_unset(Evas_Object *obj, con
* @param part The TEXT part where to set the text
* @param text The text to set
* @return @c EINA_TRUE on success, @c EINA_FALSE otherwise
*
* @ingroup Layout
*/
EAPI Eina_Bool elm_layout_text_set(Evas_Object *obj, const char *part, const char *text);
@ -613,6 +615,8 @@ EAPI Eina_Bool elm_layout_text_set(Evas_Object *obj, const ch
* @param part The TEXT part to retrieve the text off
*
* @return The text set in @p part
*
* @ingroup Layout
*/
EAPI const char *elm_layout_text_get(const Evas_Object *obj, const char *part);