if u want that. deprecate.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68712
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
return _content_unset_hook(obj, NULL);
}
-EAPI Evas_Object *
+EINA_DEPRECATED EAPI Evas_Object *
elm_conformant_content_area_get(const Evas_Object *obj)
{
ELM_CHECK_WIDTYPE(obj, widtype) NULL;
EINA_DEPRECATED EAPI void elm_theme_all_set(const char *theme);
/**
+ * Returns the Evas_Object that represents the content area.
+ *
+ * @param obj The conformant object.
+ * @return The content area of the widget.
+ *
+ * @ingroup Conformant
+ */
+EINA_DEPRECATED EAPI Evas_Object *elm_conformant_content_area_get(const Evas_Object *obj);
+
+/**
* @}
*/