[longpress timeout] longpress_timeout added to _elm_config
[framework/uifw/elementary.git] / src / lib / Elementary.h.in
index 64b5f5a..590873d 100644 (file)
@@ -300,6 +300,9 @@ extern "C" {
 
    EAPI void         elm_coords_finger_size_adjust(int times_w, Evas_Coord *w, int times_h, Evas_Coord *h);
 
+   EAPI double       elm_longpress_timeout_get(void);
+   EAPI void         elm_longpress_timeout_set(double longpress_timeout);
+
    EAPI Elm_Theme   *elm_theme_new(void);
    EAPI void         elm_theme_free(Elm_Theme *th);
    EAPI void         elm_theme_overlay_add(Elm_Theme *th, const char *item);