def notify_on_receivers_glib(callback): """Watch for matching devices and notifies the callback on the GLib thread.""" _hid.monitor_glib(callback, *_RECEIVER_USB_IDS)
def notify_on_receivers_glib(callback): """Watch for matching devices and notifies the callback on the GLib thread.""" return _hid.monitor_glib(callback, filter_either)