[Webkit-unassigned] [Bug 76023] Update and show ewk_view with updated webpage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 23:53:58 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76023





--- Comment #6 from EunMi Lee <eunmi15.lee at samsung.com>  2012-01-11 23:53:58 PST ---
(In reply to comment #5)
> > > > Source/WebKit2/UIProcess/API/efl/ewk_private.h:32
> > > > +Eina_Bool ewk_view_display(Evas_Object* ewkView, const WebCore::IntRect& rect);
> > > > +Eina_Bool ewk_view_image_data_set(Evas_Object* ewkView, void* imageData, const WebCore::IntSize& size);
> > > 
> > > Should we return Eina_Bool?
> > => No, because those APIs are internal private API. so, I've changed Eina_Bool to bool type.
> 
> IMO, void looks enough.

=> I thought you mean to remove "Eina" type. I understand now and I agree with you that boolean return type is not necessary.
So, I will change return type from bool to void :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list