From: billiob Date: Sun, 6 Nov 2011 19:58:49 +0000 (+0000) Subject: elm: add deprecated notices to doc X-Git-Tag: REL_F_I9500_20120323_1~17^2~1378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a7b03d45b76b2c5311014ca80ee49824a3a13ce;p=framework%2Fuifw%2Felementary.git elm: add deprecated notices to doc git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64844 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index d2ab8b2..fd09a7c 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -7826,6 +7826,8 @@ extern "C" { * * @param obj The frame object * @param content The content will be filled in this frame object + * + * @deprecated use elm_object_content_set() instead. */ EINA_DEPRECATED EAPI void elm_frame_content_set(Evas_Object *obj, Evas_Object *content) EINA_ARG_NONNULL(1); /** @@ -7835,6 +7837,8 @@ extern "C" { * * @param obj The frame object * @return The content that is being used + * + * @deprecated use elm_object_content_get() instead. */ EINA_DEPRECATED EAPI Evas_Object *elm_frame_content_get(const Evas_Object *obj) EINA_ARG_NONNULL(1); /** @@ -7844,6 +7848,8 @@ extern "C" { * * @param obj The frame object * @return The content that was being used + * + * @deprecated use elm_object_content_unset() instead. */ EINA_DEPRECATED EAPI Evas_Object *elm_frame_content_unset(Evas_Object *obj) EINA_ARG_NONNULL(1); /**