remove_global_event_listener
Description:
[ CCode ( cname = "atk_remove_global_event_listener" ) ]
public static void remove_global_event_listener (uint listener_id)
public static void remove_global_event_listener (uint listener_id)
listener_id
is the value returned by
add_global_event_listener when you registered that event listener.
Toolkit implementor note: ATK provides a default implementation for this virtual method. ATK implementors are discouraged from reimplementing this method.
Toolkit implementor note: this method is not intended to be used by ATK implementors but by ATK consumers.
Removes the specified event listener
Parameters:
listener_id |
the id of the event listener to remove |