From f4aa33485b1046ddeed62a98f792cf1b42a012bc Mon Sep 17 00:00:00 2001 From: yoz Date: Thu, 3 Nov 2011 13:48:40 +0000 Subject: [PATCH] elementary: more documentation about deprecated API git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64696 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index c6b5e59..035087f 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -15620,6 +15620,7 @@ extern "C" { * @param vertical If @c EINA_TRUE, the toolbar is vertical * By default, a toolbar will be horizontal. Use this function to create a vertical toolbar. * @ingroup Toolbar + * @deprecated use elm_toolbar_horizontal_set() instead. */ EINA_DEPRECATED EAPI void elm_toolbar_orientation_set(Evas_Object *obj, Eina_Bool vertical) EINA_ARG_NONNULL(1); @@ -15638,6 +15639,7 @@ extern "C" { * @return If @c EINA_TRUE, the toolbar is vertical * By default, a toolbar will be horizontal. Use this function to determine whether a toolbar is vertical. * @ingroup Toolbar + * @deprecated use elm_toolbar_horizontal_get() instead. */ EINA_DEPRECATED EAPI Eina_Bool elm_toolbar_orientation_get(const Evas_Object *obj) EINA_ARG_NONNULL(1); -- 2.7.4