[Gengrid] Fixed item_show bug. Merge from opensource r74643.
[framework/uifw/elementary.git] / src / lib / elm_conform.h
index 645456d..3daf72a 100644 (file)
@@ -19,7 +19,7 @@
  * Available styles for it:
  * - @c "default"
  *
- * Default contents parts of the conformant widget that you can use for are:
+ * Default content parts of the conformant widget that you can use for are:
  * @li "default" - A content of the conformant
  *
  * See how to use this widget in this example:
  *
  * @ingroup Conformant
  */
-EAPI Evas_Object                 *elm_conformant_add(Evas_Object *parent) EINA_ARG_NONNULL(1);
-
-/**
- * Returns the Evas_Object that represents the content area.
- *
- * @param obj The conformant object.
- * @return The content area of the widget.
- *
- * @ingroup Conformant
- */
-EAPI Evas_Object                 *elm_conformant_content_area_get(const Evas_Object *obj) EINA_ARG_NONNULL(1);
+EAPI Evas_Object                 *elm_conformant_add(Evas_Object *parent);
 
 /**
  * @}