and more formatting fixes
authorCarsten Haitzler <raster@rasterman.com>
Tue, 7 Dec 2010 00:59:06 +0000 (00:59 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 7 Dec 2010 00:59:06 +0000 (00:59 +0000)
SVN revision: 55338

src/lib/Elementary.h.in

index 6ed8ca2d7f3ef9a61b4ccde9a75c212cf26dc0d7..ad4966be03a49915a87ea6f4f8c405307f5f2844 100644 (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
     */