From e15b726c6c0283f285e8d745965678a3234e9106 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 7 Dec 2013 03:12:49 +0900 Subject: [PATCH] image/layout/toolbar: fixed documentations which use non-existing APIs. Thanks to kuuko for reporting. This fixes T607. --- legacy/elementary/src/lib/elm_image_legacy.h | 7 ++----- legacy/elementary/src/lib/elm_layout_legacy.h | 2 +- legacy/elementary/src/lib/elm_toolbar_legacy.h | 2 -- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/legacy/elementary/src/lib/elm_image_legacy.h b/legacy/elementary/src/lib/elm_image_legacy.h index f869278616..82479e380b 100644 --- a/legacy/elementary/src/lib/elm_image_legacy.h +++ b/legacy/elementary/src/lib/elm_image_legacy.h @@ -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. diff --git a/legacy/elementary/src/lib/elm_layout_legacy.h b/legacy/elementary/src/lib/elm_layout_legacy.h index 50069022ff..c4b25b364d 100644 --- a/legacy/elementary/src/lib/elm_layout_legacy.h +++ b/legacy/elementary/src/lib/elm_layout_legacy.h @@ -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: diff --git a/legacy/elementary/src/lib/elm_toolbar_legacy.h b/legacy/elementary/src/lib/elm_toolbar_legacy.h index b5c366ccf8..e0ff404341 100644 --- a/legacy/elementary/src/lib/elm_toolbar_legacy.h +++ b/legacy/elementary/src/lib/elm_toolbar_legacy.h @@ -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);