From f5f724e8afe4e7fb5fca136c1eb4276a3325aa6f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz 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. SVN revision: 66648 --- legacy/elementary/src/lib/Elementary.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 04e65f46f2..413cb7c5d6 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/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