From: discomfitor Date: Thu, 29 Dec 2011 23:09:41 +0000 (+0000) Subject: if you're going to deprecate an api, at least copy its attributes to the new one. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1021 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f98890439cfd330267e0b19fc54159c5637a0ec;p=framework%2Fuifw%2Felementary.git if you're going to deprecate an api, at least copy its attributes to the new one. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66648 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 04e65f4..413cb7c 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -16684,7 +16684,7 @@ extern "C" { * By default, a toolbar will be horizontal. Use this function to determine whether a toolbar is vertical. * @ingroup Toolbar */ - EAPI Eina_Bool elm_toolbar_horizontal_get(const Evas_Object *obj); + EAPI Eina_Bool elm_toolbar_horizontal_get(const Evas_Object *obj) EINA_ARG_NONNULL(1); /** * Get the number of items in a toolbar