image/layout/toolbar: fixed documentations which use non-existing APIs.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 6 Dec 2013 18:12:49 +0000 (03:12 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 6 Dec 2013 18:12:49 +0000 (03:12 +0900)
Thanks to kuuko for reporting.
This fixes T607.

legacy/elementary/src/lib/elm_image_legacy.h
legacy/elementary/src/lib/elm_layout_legacy.h
legacy/elementary/src/lib/elm_toolbar_legacy.h

index f869278..82479e3 100644 (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.
index 5006902..c4b25b3 100644 (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:
index b5c366c..e0ff404 100644 (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);