next up previous contents index
Next: 4.10.2 destroy: Destroy a Up: 4.10 oskit_listener_mgr: Interface for Previous: 4.10 oskit_listener_mgr: Interface for

4.10.1 create: Create a listener manager instance

 

SYNOPSIS

#include <oskit/com/listener_mgr.h>

struct listener_mgr * oskit_create_listener_mgr(oskit_iunknown_t *obj);

DESCRIPTION

Create a manager object associated with obj. The obj parameter will be passed to all listener notify methods when oskit_listener_mgr_notify is called.

PARAMETERS

obj
Object with which the listeners are associated.

RETURNS

Returns a pointer to the new listener manager object, or 0 if none could be allocated.



Utah Flux Research Group