summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2014-10-06 17:47:39 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2014-10-20 12:16:43 +0900
commit84ec02920233e52c185ae65aeb04c6381d22cbcd (patch)
tree2731dc598303ee7de54c69992a0916a2aaa3eb55
parentb73da54bc261283e7ae80c55de43ca4f536a7f1a (diff)
downloadelementary-84ec02920233e52c185ae65aeb04c6381d22cbcd.tar.gz
GLView: Add legacy bindings for the new functions
rotation_get and evas_gl_get should have legacy bindings as well
-rw-r--r--src/lib/elm_glview.eo2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elm_glview.eo b/src/lib/elm_glview.eo
index cee3277ba..1152b8ee4 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;
}
}