[elm_genlist] change elm_genlist_pinch_zoom_mode_set api parameter
authorSeunggyun Kim <sgyun.kim@samsung.com>
Wed, 20 Oct 2010 11:06:11 +0000 (20:06 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Wed, 20 Oct 2010 11:06:11 +0000 (20:06 +0900)
src/lib/elm_genlist.c

index dfcbf7f..74b9c9a 100644 (file)
@@ -5944,7 +5944,7 @@ create_tray_alpha_bg(const Evas_Object *obj)
 }
 
 EAPI void
-elm_genlist_pinch_zoom_mode_set(Evas_Object *obj, int emode)
+elm_genlist_pinch_zoom_mode_set(Evas_Object *obj, Eina_Bool emode)
 {
    ELM_CHECK_WIDTYPE(obj, widtype);
    Widget_Data *wd = elm_widget_data_get(obj);