elementary: more documentation about deprecated API
authoryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Nov 2011 13:48:40 +0000 (13:48 +0000)
committeryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Nov 2011 13:48:40 +0000 (13:48 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64696 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in

index c6b5e59..035087f 100644 (file)
@@ -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);