On Tue, Sep 17, 2013 at 12:15 AM, Kristian Høgsberg wrote:
> On Sun, Sep 15, 2013 at 01:37:11PM -0500, Aaron Faanes wrote:
> > +/** Inserts the specified element directly after the specified list
> node.
> > + *
> > + * \param list the list that will be directly previous to \c elm
> > + * \param e
On Sun, Sep 15, 2013 at 01:37:11PM -0500, Aaron Faanes wrote:
> ---
>
> As I understand it, a wl_list can be either content-bearing node or a list
> head.
> I believe this is correct, but if it isn't (in other words, there is no
> distinction
> between list heads and content-bearing elements), t
---
As I understand it, a wl_list can be either content-bearing node or a list head.
I believe this is correct, but if it isn't (in other words, there is no
distinction
between list heads and content-bearing elements), then this documentation is
going
to be tragically incorrect.
src/wayland-ut