diff options
author | Subhransu Mohanty <sub.mohanty@samsung.com> | 2016-10-25 13:31:45 -0700 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2016-10-25 14:37:11 -0700 |
commit | 4f16e16b9449167416f4108c61552c1e48b6d8ca (patch) | |
tree | 38dcb6c9931dbd74c20ace2566fced61df948fcb /src/lib/evas/canvas/evas_vg_gradient_linear.c | |
parent | 9a62932d072ae94c00ec13a4a37aa8f396405e97 (diff) |
evas: vg/gradient - add missing legacy api for gradient object creation.
Reviewers: jpeg, Hermet, artem.popov, cedric
Reviewed By: artem.popov, cedric
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4331
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/evas/canvas/evas_vg_gradient_linear.c')
-rw-r--r-- | src/lib/evas/canvas/evas_vg_gradient_linear.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/evas_vg_gradient_linear.c b/src/lib/evas/canvas/evas_vg_gradient_linear.c index de81987979..a1e904617b 100644 --- a/src/lib/evas/canvas/evas_vg_gradient_linear.c +++ b/src/lib/evas/canvas/evas_vg_gradient_linear.c | |||
@@ -192,4 +192,10 @@ evas_vg_gradient_linear_end_get(Eo *obj, double *x, double *y) | |||
192 | efl_gfx_gradient_linear_end_get(obj, x, y); | 192 | efl_gfx_gradient_linear_end_get(obj, x, y); |
193 | } | 193 | } |
194 | 194 | ||
195 | EAPI Efl_VG* | ||
196 | evas_vg_gradient_linear_add(Efl_VG *parent) | ||
197 | { | ||
198 | return efl_add(EFL_VG_GRADIENT_LINEAR_CLASS, parent); | ||
199 | } | ||
200 | |||
195 | #include "efl_vg_gradient_linear.eo.c" | 201 | #include "efl_vg_gradient_linear.eo.c" |