cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dc918064ce83ef029ce849cf5e80a85c434ff840
commit dc918064ce83ef029ce849cf5e80a85c434ff840 Author: Jee-Yong Um <[email protected]> Date: Wed Dec 2 14:34:12 2015 -0800 edje: add missing EAPI keyword for edje_color_class_del Reviewers: jpeg Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D3398 Signed-off-by: Cedric BAIL <[email protected]> --- src/lib/edje/edje_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c index aa77208..f913fb8 100644 --- a/src/lib/edje/edje_util.c +++ b/src/lib/edje/edje_util.c @@ -717,7 +717,7 @@ edje_color_class_get(const char *color_class, int *r, int *g, int *b, int *a, in } } -void +EAPI void edje_color_class_del(const char *color_class) { Edje_Color_Class *cc; --
