Merge "[copy&paste] add interface for OSP"
[framework/uifw/elementary.git] / src / lib / elm_object_item.h
index c360048..01bb6b6 100644 (file)
@@ -17,6 +17,10 @@ EAPI Evas_Object                 *elm_object_item_widget_get(const Elm_Object_It
  * @param part The content part name to set (NULL for the default content)
  * @param content The new content of the object item
  *
+ * This sets a new object to an item as a content object. If any object was
+ * already set as a content object in the same part, previous object will be
+ * deleted automatically.
+ *
  * @note Elementary object items may have many contents
  *
  * @ingroup General
@@ -418,7 +422,7 @@ EAPI void                         elm_object_item_cursor_engine_only_set(Elm_Obj
  * searched in its theme, also, or is only relying on the rendering
  * engine.
  *
- * @param item an item
+ * @param it an object item
  * @return @c EINA_TRUE, if cursors are being looked for only on
  * those provided by the rendering engine, @c EINA_FALSE if they
  * are being searched on the widget's theme, as well.
@@ -427,4 +431,4 @@ EAPI void                         elm_object_item_cursor_engine_only_set(Elm_Obj
  *
  * @ingroup General
  */
-EAPI Eina_Bool                    elm_object_item_cursor_engine_only_get(const Elm_Object_Item *item);
+EAPI Eina_Bool                    elm_object_item_cursor_engine_only_get(const Elm_Object_Item *it);