Fixed header
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 13 Jul 2011 01:54:51 +0000 (10:54 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 13 Jul 2011 01:54:51 +0000 (10:54 +0900)
src/lib/Elementary.h.in

index 36c2d5f..907ab4e 100644 (file)
@@ -2460,7 +2460,7 @@ extern "C" {
     *
     * @ingroup Button
     */
-   EAPI const char  *elm_button_label_get_for_state(const Evas_Object *obj, UIControlState state) EINA_ARG_NONNULL(1);
+   EINA_DEPRECATED EAPI const char  *elm_button_label_get_for_state(const Evas_Object *obj, UIControlState state) EINA_ARG_NONNULL(1);
    /**
     * Set the icon used for the button
     *
@@ -2954,7 +2954,7 @@ extern "C" {
     * or gengrid has been resized or horizontal property has been changed.
     * scroll - the content has been scrolled (moved).
     * "scroll,drag,start" - dragging the contents around has started.
-    * "scroll,drat,stop" - dragging the contents around has stopped.
+    * "scroll,drag,stop" - dragging the contents around has stopped.
     * drag - Gengrid is being dragged.
     * "drag,start,up" - Gengrid has been dragged (not scrolled) up.
     * "drag,start,down" - Gengrid has been dragged (not scrolled) down.