jpeg pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=84ec02920233e52c185ae65aeb04c6381d22cbcd
commit 84ec02920233e52c185ae65aeb04c6381d22cbcd Author: Jean-Philippe Andre <[email protected]> Date: Mon Oct 6 17:47:39 2014 +0900 GLView: Add legacy bindings for the new functions rotation_get and evas_gl_get should have legacy bindings as well --- src/lib/elm_glview.eo | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elm_glview.eo b/src/lib/elm_glview.eo index cee3277..1152b8e 100644 --- a/src/lib/elm_glview.eo +++ b/src/lib/elm_glview.eo @@ -185,7 +185,6 @@ class Elm_Glview (Elm_Widget) @return The Evas_GL used by this GLView. @ingroup GLView */ - legacy: null; return: Evas_GL *; } } @@ -206,7 +205,6 @@ class Elm_Glview (Elm_Widget) @since 1.12 @ingroup GLView */ - legacy: null; return: int; } } --
