[Libevent-users] Documentation of object ownership/lifecycle

2008-02-09 Thread Florian Lohoff
Hi, i was once again reading the manpage and the doxygen documentation on the webpages but i was really confused on whether e.g. bufferevent_write_buffer takes over ownership of the passed evbuffer. I mean evbuffer_new is the source of the evbuffers but who is the consumer or sink? Its hard to

Re: [Libevent-users] Documentation of object ownership/lifecycle

2008-02-09 Thread Niels Provos
Please, take a look at the doxygen documentation. As for evbuffer - you never loose ownership of it, the data usually just gets removed from it.The documentation could be clearer on that. Niels. On Feb 9, 2008 4:33 AM, Florian Lohoff [EMAIL PROTECTED] wrote: Hi, i was once again reading