and more formatting fixes

SVN revision: 55338
This commit is contained in:
Carsten Haitzler 2010-12-07 00:59:06 +00:00
parent f3c202a674
commit 394b4f1bff
1 changed files with 2 additions and 2 deletions

View File

@ -2391,8 +2391,8 @@ extern "C" {
/* colorselector */
EAPI Evas_Object *elm_colorselector_add(Evas_Object *parent) EINA_ARG_NONNULL(1);
EAPI void elm_colorselector_color_set(Evas_Object *obj, int r, int g , int b, int a) EINA_ARG_NONNULL(1);
EAPI void elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g , int *b, int *a) EINA_ARG_NONNULL(1);
EAPI void elm_colorselector_color_set(Evas_Object *obj, int r, int g , int b, int a) EINA_ARG_NONNULL(1);
EAPI void elm_colorselector_color_get(const Evas_Object *obj, int *r, int *g , int *b, int *a) EINA_ARG_NONNULL(1);
/* smart callbacks called:
* "changed" - when the color value changes
*/