Adds a filter to the default display to be called when X ClientMessage events are received. See gdk_display_add_client_message_filter().
the type of ClientMessage events to receive. This will be checked against the message_type field of the XClientMessage event struct.
the function to call to process the event.
user data to pass to func.
See Implementation
Adds a filter to the default display to be called when X ClientMessage events are received. See gdk_display_add_client_message_filter().