Deregisters an EventListenerCB from the registry, for a specific event type.
callback |
the EventListenerCB registered against an event type. |
event_type |
a string specifying the event type for which this listener is to be deregistered. |
user_data |
User data that was passed in for this callback. |
|