evbuffer_cb_clear_flags

Change the flags that are set for a callback on a buffer by removing some

@param buffer the evbuffer that the callback is watching. @param cb the callback whose status we want to change. @param flags EVBUFFER_CB_ENABLED to disable the callback. @return 0 on success, -1 on failure.

extern (C) nothrow
int
evbuffer_cb_clear_flags

Meta