ble: remove obsolete comment

Filtering is done a layer above now
pull/1/head
Peter Hutterer 2018-01-15 11:50:52 +10:00
parent 5336f02df1
commit e29c201756
1 changed files with 1 additions and 3 deletions

View File

@ -233,9 +233,7 @@ class BlueZDevice(GObject.Object):
class BlueZDeviceManager(GObject.Object):
"""
Manager object that connects to org.bluez's root object and handles the
devices. If device_filter_callback is set, it is called for each device
and expected to return True if the device should be used or False if the
device should be ignored.
devices.
"""
__gsignals__ = {
"device-added":