if u deprecate a func in .h - also do it in .c!
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 04:11:04 +0000 (04:11 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 23 Feb 2012 04:11:04 +0000 (04:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68297 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_widget.c

index 307d0d0..1072ded 100644 (file)
@@ -1642,7 +1642,7 @@ elm_widget_focus_cycle(Evas_Object        *obj,
 //XXX: If x, y indicates the elements of the directional vector,
 //It would be better if these values are the normalized value(float x, float y)
 //or degree.
-EAPI void
+EINA_DEPRECATED EAPI void
 elm_widget_focus_direction_go(Evas_Object *obj __UNUSED__,
                               int          x __UNUSED__,
                               int          y __UNUSED__)