From 3f98890439cfd330267e0b19fc54159c5637a0ec Mon Sep 17 00:00:00 2001 From: discomfitor Date: Thu, 29 Dec 2011 23:09:41 +0000 Subject: [PATCH] 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 --- src/lib/Elementary.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4