evbuffer_remove_cb_entry

Remove a callback from an evbuffer, given a handle returned from evbuffer_add_cb.

Calling this function invalidates the handle.

@return 0 if a callback was removed, or -1 if no matching callback was found.

extern (C) nothrow
int
evbuffer_remove_cb_entry

Meta