![]() |
![]() |
![]() |
Buzztard Bt-Ic Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <libbtic/ic.h> struct BtIcRegistry; BtIcRegistry * btic_registry_new (void
); void btic_registry_add_device (BtIcDevice *device
); void btic_registry_remove_device_by_udi (const gchar *udi
);
BtIcRegistry * btic_registry_new (void
);
Create a new instance
Returns : |
the new instance |
void btic_registry_add_device (BtIcDevice *device
);
Add the given device to the registry.
Only to be used by discoverers.
|
new device |