GLView: Add legacy bindings for the new functions
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 6 Oct 2014 08:47:39 +0000 (17:47 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 20 Oct 2014 03:16:43 +0000 (12:16 +0900)
rotation_get and evas_gl_get should have legacy bindings as well

src/lib/elm_glview.eo

index cee3277..1152b8e 100644 (file)
@@ -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;
          }
       }