From 84ec02920233e52c185ae65aeb04c6381d22cbcd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Mon, 6 Oct 2014 17:47:39 +0900 Subject: [PATCH] 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; } } -- 2.7.4