[Elementary.h] Revert API removal in 433347919321b227d80b9baa0a0fa839d581eb5c (elm_ac...
authorMyungjae Lee <mjae.lee@samsung.com>
Mon, 21 Nov 2011 10:56:06 +0000 (19:56 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Mon, 21 Nov 2011 10:56:06 +0000 (19:56 +0900)
src/lib/Elementary.h.in

index f1f99ef..f2c7bfa 100644 (file)
@@ -17945,6 +17945,19 @@ extern "C" {
     * @deprecated use elm_object_text_get() instead.
     */
    EINA_DEPRECATED EAPI const char           *elm_actionslider_indicator_label_get(Evas_Object *obj) EINA_ARG_NONNULL(1);
+
+   /**
+   * Hold actionslider object movement.
+   *
+   * @param[in] obj The actionslider object
+   * @param[in] flag Actionslider hold/release
+   * (EINA_TURE = hold/EIN_FALSE = release)
+   *
+   * @ingroup Actionslider
+   */
+   EAPI void                             elm_actionslider_hold(Evas_Object *obj, Eina_Bool flag) EINA_ARG_NONNULL(1);
+
+
    /**
     * @}
     */