next up previous contents index
Next: 5 Interface Registration Up: 4.10 oskit_listener_mgr: Interface for Previous: 4.10.5 notify: Notify all

4.10.6 count: Return the number of listeners associated with a manager

 

SYNOPSIS

#include <oskit/com/listener_mgr.h>

int oskit_listener_mgr_count(struct listener_mgr *mgr);

DESCRIPTION

Returns the number of listeners associated with this manager.

PARAMETERS

mgr
Manager object.

RETURNS

Returns the number of listeners.


Utah Flux Research Group