image/layout/toolbar: fixed documentations which use non-existing APIs.

Thanks to kuuko for reporting.
This fixes T607.
This commit is contained in:
Daniel Juyung Seo 2013-12-07 03:12:49 +09:00
parent aafdefa085
commit e15b726c6c
3 changed files with 3 additions and 8 deletions

View File

@ -53,9 +53,7 @@ EAPI Eina_Bool elm_image_memfile_set(Evas_Object *obj, const void *img, s
*
* @note This function will trigger the Edje file case based on the
* extension of the @a file string use to create the Eina_File (expects
* @c ".edj", for this case). If one wants to force this type of file
* independently of the extension, elm_image_file_edje_set() must be
* used, instead.
* @c ".edj", for this case).
*
* @note If you use animated gif image and create multiple image objects with
* one gif image file, you should set the @group differently for each object.
@ -81,8 +79,7 @@ EAPI Eina_Bool elm_image_mmap_set(Evas_Object *obj, const Eina_File *file
*
* @note This function will trigger the Edje file case based on the
* extension of the @a file string (expects @c ".edj", for this
* case). If one wants to force this type of file independently of the
* extension, elm_image_file_edje_set() must be used, instead.
* case).
*
* @note If you use animated gif image and create multiple image objects with
* one gif image file, you should set the @group differently for each object.

View File

@ -272,7 +272,7 @@ EAPI Eina_Bool elm_layout_box_remove_all(Evas_Object *obj, co
* Once the object is inserted, it will become child of the table. Its
* lifetime will be bound to the layout, and whenever the layout dies the
* child will be deleted automatically. One should use
* elm_layout_table_remove() to make this layout forget about the object.
* elm_layout_table_unpack() to make this layout forget about the object.
*
* If @p colspan or @p rowspan are bigger than 1, that object will occupy
* more space than a single cell. For instance, the following code:

View File

@ -268,8 +268,6 @@ EAPI Elm_Object_Item *elm_toolbar_item_find_by_label(const Evas_Obje
*
* The selected item always will be highlighted on toolbar.
*
* @see elm_toolbar_selected_items_get()
*
* @ingroup Toolbar
*/
EAPI Elm_Object_Item *elm_toolbar_selected_item_get(const Evas_Object *obj);