From: Jean-Philippe Andre Date: Mon, 6 Oct 2014 08:47:39 +0000 (+0900) Subject: GLView: Add legacy bindings for the new functions X-Git-Tag: v1.12.0-alpha1~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84ec02920233e52c185ae65aeb04c6381d22cbcd;p=platform%2Fupstream%2Felementary.git GLView: Add legacy bindings for the new functions rotation_get and evas_gl_get should have legacy bindings as well --- 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; } }