#include <oskit/com/listener_mgr.h>struct listener_mgr * oskit_create_listener_mgr(oskit_iunknown_t *obj);
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.
- obj
- Object with which the listeners are associated.
Returns a pointer to the new listener manager object, or 0 if none could be allocated.