Top | ![]() |
![]() |
![]() |
![]() |
PhoshBtManager * | phosh_bt_manager_new () |
const char * | phosh_bt_manager_get_icon_name () |
gboolean | phosh_bt_manager_get_enabled () |
void | phosh_bt_manager_set_enabled () |
gboolean | phosh_bt_manager_get_present () |
PhoshBtManager tracks the Bluetooth status that is whether the adapter is present and enabled.
const char *
phosh_bt_manager_get_icon_name (PhoshBtManager *self
);
void phosh_bt_manager_set_enabled (PhoshBtManager *self
,gboolean enabled
);
“enabled”
property“enabled” gboolean
Whether bluetooth hardware is enabled.
Owner: PhoshBtManager
Flags: Read
Default value: FALSE
“icon-name”
property “icon-name” char *
The bt icon name.
Owner: PhoshBtManager
Flags: Read
Default value: "bluetooth-disabled-symbolic"
“present”
property“present” gboolean
Whether bluettoh hardware is present.
Owner: PhoshBtManager
Flags: Read
Default value: FALSE