Top | ![]() |
![]() |
![]() |
![]() |
BtIcRegistry * | btic_registry_new () |
void | btic_registry_start_discovery () |
void | btic_registry_add_device () |
BtIcDevice * | btic_registry_get_device_by_name () |
void | btic_registry_remove_device_by_udi () |
Manages a dynamic list of controller devices. It uses a discoverer helper to scan devices. Right now GUdev is supported.
void
btic_registry_start_discovery (void
);
Run discovery services (if available).
Since: 0.11
void
btic_registry_add_device (BtIcDevice *device
);
Add the given device to the registry.
Only to be used by discoverers.
BtIcDevice *
btic_registry_get_device_by_name (const gchar *name
);
Find the device identified by the given name
in the registry.
Since: 0.9