예제 #1
0
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)
예제 #2
0
파일: base.py 프로젝트: yunpub/Solaar
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)
예제 #3
0
파일: base.py 프로젝트: 3v1n0/Solaar
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)