next up previous contents index
Next: 7.2.4 readable: Return the Up: 7.2 oskit_asyncio: Asynchronous I/O Previous: 7.2.2 add_listener: Associate a

7.2.3 remove_listener: Disassociate a callback from this object

 

SYNOPSIS

#include <oskit/io/asyncio.h>

OSKIT_COMDECL oskit_asyncio_remove_listener(oskit_asyncio_t *io, oskit_listener_t *l);

DESCRIPTION

Remove a previously registered listener callback object. Returns an error if the specified callback has not been registered.

PARAMETERS

io
The async I/O object.
l
The oskit_listener object to call.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



Utah Flux Research Group