if you're going to deprecate an api, at least copy its attributes to the new one.

SVN revision: 66648
This commit is contained in:
Mike Blumenkrantz 2011-12-29 23:09:41 +00:00
parent 4577785626
commit f5f724e8af
1 changed files with 1 additions and 1 deletions

View File

@ -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