l 2016 13:44
> To: Ucan, Emre (ADITG/SW1)
> Cc: wayland-devel@lists.freedesktop.org; Natsume, Wataru (ADITJ/SWG)
> Subject: Re: [PATCH weston 00/16] IVI Layout Notification APIs Rework
>
> On Thu, 31 Mar 2016 11:08:46 +
> "Ucan, Emre (ADITG/SW1)" wrote:
>
> &g
On Thu, 31 Mar 2016 11:08:46 +
"Ucan, Emre (ADITG/SW1)" wrote:
> I changed the interface of the notification APIs to get a wl_listener
> instead of a ivi-shell specific notification callback function.
>
> This change has several advantages:
> 1. Code cleanup
> 2. No dynamic memory allocation
I changed the interface of the notification APIs to get a wl_listener
instead of a ivi-shell specific notification callback function.
This change has several advantages:
1. Code cleanup
2. No dynamic memory allocation. Listeners are allocated
by controller plugins
3. Remove API is not needed. C