jaehwan pushed a commit to branch master.

commit edbe90b2cf366e343c5e7846b8997830c29f153a
Author: Jaehwan Kim <[email protected]>
Date:   Mon Apr 1 21:14:43 2013 +0900

    Fix the typo and add the description for new API.
---
 src/lib/elm_interface_scrollable.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/elm_interface_scrollable.c 
b/src/lib/elm_interface_scrollable.c
index f3dda51..21398ec 100644
--- a/src/lib/elm_interface_scrollable.c
+++ b/src/lib/elm_interface_scrollable.c
@@ -3927,7 +3927,7 @@ _elm_scroll_repeat_events_set(Eo *obj EINA_UNUSED, void 
*_pd, va_list *list)
    Eina_Bool repeat_events = va_arg(*list, int);
 
    if (sid->event_rect)
-          evas_object_repeat_events_set(sid->event_rect, repeat_events);
+     evas_object_repeat_events_set(sid->event_rect, repeat_events);
 }
 
 static void
@@ -3937,9 +3937,9 @@ _elm_scroll_repeat_events_get(Eo *obj EINA_UNUSED, void 
*_pd, va_list *list)
    Eina_Bool *ret = va_arg(*list, Eina_Bool *);
 
    if (sid->event_rect)
-          *ret = evas_object_repeat_events_get(sid->event_rect);
+     *ret = evas_object_repeat_events_get(sid->event_rect);
    else
-          *ret = EINA_TRUE;
+     *ret = EINA_TRUE;
 }
 
 static void
@@ -4341,8 +4341,8 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_POLICY_GET, 
"description here"),
      EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_SINGLE_DIRECTION_SET, 
"description here"),
      EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_SINGLE_DIRECTION_GET, 
"description here"),
-     EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_REPEAT_EVENTS_SET, 
"description here"),
-     EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_REPEAT_EVENTS_GET, 
"description here"),
+     EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_REPEAT_EVENTS_SET, "It 
decides whether the scrollable object propagates the events to content object 
or not."),
+     EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_REPEAT_EVENTS_GET, "It 
gets whether the scrollable object propagates the events to content object or 
not."),
      EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_MIRRORED_SET, 
"description here"),
      EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_HOLD_SET, "description 
here"),
      EO_OP_DESCRIPTION(ELM_SCROLLABLE_INTERFACE_SUB_ID_FREEZE_SET, 
"description here"),

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to