gdkDisplayAddClientMessageFilter(object, message.type, func, data)objectGdkDisplay] a GdkDisplay for which this message filter appliesmessage.typeGdkAtom] the type of ClientMessage events to receive.
This will be checked against the message.type field
of the XClientMessage event struct.funcGdkFilterFunc] the function to call to process the event.datafunc.